Searched refs:CR4_PSE (Results 1 – 4 of 4) sorted by relevance
70 #define CR4_PSE (1UL<<4U) /* page size extensions */ macro
256 pw_info.pse = ((vcpu_get_cr4(vcpu) & CR4_PSE) != 0UL); in gva2gpa()
57 #define CR4_TRAP_AND_PASSTHRU_BITS (CR4_PSE | CR4_PAE | CR4_SMEP | CR4_SMAP | CR4_PKE | CR4_PKS | C…
786 if ((cr4_reserved_mask & CR4_PSE) != 0UL) { in guest_cpuid_01h()
Completed in 13 milliseconds