The _ _rdpcr intrinsic has the following declaration:
void *__rdpcr(void);
This intrinsic function executes a CALL_PAL RDPCR (Read Processor Control Region) instruction. The return value is the base address of the Processor Control Region (PCR) for the current processor. This intrinsic may only be executed in kernel mode.