Searched refs:X86_CR4_PVI (Results 1 – 7 of 7) sorted by relevance
56 cr4 = X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE | in calc_cr4_feature_bits()
94 #define X86_CR4_PVI _BITUL(X86_CR4_PVI_BIT) macro
9 (X86_CR4_PVI | X86_CR4_DE | X86_CR4_PCE | X86_CR4_OSFXSR \
23 #define X86_CR4_PVI (1ul << 1) macro
115 (~(unsigned long)(X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
2249 cr4_clear_bits(X86_CR4_VME|X86_CR4_PVI|X86_CR4_TSD|X86_CR4_DE); in cpu_init()
7314 cr4_fixed1_update(X86_CR4_PVI, edx, feature_bit(VME)); in nested_vmx_cr_fixed1_bits_update()