Searched refs:CR4_PAE (Results 1 – 9 of 9) sorted by relevance
37 #define CR4_PAE 0x00000020 macro88 orl $(CR4_PAE | CR4_PSE), %eax
95 orl $(CR4_PAE | CR4_PSE), %eax
108 state->crs[NVMM_X64_CR_CR4] = CR4_PAE; in reset_machine()
254 state->crs[NVMM_X64_CR_CR4] = CR4_PAE; in reset_machine64()
361 orl $(CR4_PAE|CR4_OSFXSR|CR4_OSXMMEXCPT),%eax
60 #define CR4_PAE 0x00000020 /* Physical address extension */ macro
746 CR4_PAE | \772 (CR4_PSE|CR4_PAE|CR4_PGE|CR4_PCIDE|CR4_SMEP)
528 (CR4_PSE|CR4_PAE|CR4_PGE|CR4_PCIDE|CR4_SMEP)
432 is_pae = (state->crs[NVMM_X64_CR_CR4] & CR4_PAE) != 0; in x86_gva_to_gpa()