Searched refs:uCR4 (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Dasm-amd64-x86.h1627 RTCCUINTREG uCR4; local
1629 uCR4 = __readcr4();
1633 __asm__ __volatile__("movq %%cr4, %0\t\n" : "=r" (uCR4));
1635 __asm__ __volatile__("movl %%cr4, %0\t\n" : "=r" (uCR4));
1642 mov [uCR4], rax
1649 mov [uCR4], eax
1654 return uCR4;
1662 * @param uCR4 New CR4 value.
1665 DECLASM(void) ASMSetCR4(RTCCUINTREG uCR4); variable
1667 DECLINLINE(void) ASMSetCR4(RTCCUINTREG uCR4) argument
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp1245 unsigned uCR4 = CPUMGetGuestCR4(pVCpu); local
1247 if (uCR4 & X86_CR4_TSD)
1275 uint32_t uCR4 = CPUMGetGuestCR4(pVCpu); local
1283 if (uCR4 & X86_CR4_TSD)
1313 uint32_t uCR4 = CPUMGetGuestCR4(pVCpu); local
1316 if ( !(uCR4 & X86_CR4_PCE)

Completed in 56 milliseconds