Searched refs:X86_CR4_PVI (Results 1 – 8 of 8) sorted by relevance
51 #define X86_CR4_PVI 0x00000002 /* virtual interrupts flag enable */ macro
49 cr4 = X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE | in calc_supported_cr4_feature_bits()
98 #define X86_CR4_PVI _BITUL(X86_CR4_PVI_BIT) macro
9 (X86_CR4_PVI | X86_CR4_DE | X86_CR4_PCE | X86_CR4_OSFXSR \
30 #define X86_CR4_PVI (1ul << 1) macro
123 (~(unsigned long)(X86_CR4_VME | X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
2303 cr4_clear_bits(X86_CR4_VME|X86_CR4_PVI|X86_CR4_TSD|X86_CR4_DE); in cpu_init()
7679 cr4_fixed1_update(X86_CR4_PVI, edx, feature_bit(VME)); in nested_vmx_cr_fixed1_bits_update()