[][src]Function x86::rdpid

pub unsafe fn rdpid() -> u64

Read Processor ID

Reads the value of the IA32_TSC_AUX MSR (address C0000103H) into the destination register.

Unsafe

May fail with #UD if rdpid is not supported (check CPUID).