Searched refs:X86_CR4_SMEP (Results 1 – 11 of 11) sorted by relevance
13 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
40 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE)
517 __reserved_bits |= X86_CR4_SMEP; \
1186 ((cr4 & X86_CR4_SMEP) && !(old_cr4 & X86_CR4_SMEP))) in kvm_post_set_cr4()
132 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
364 cr4_set_bits(X86_CR4_SMEP); in setup_smep()404 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
528 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
126 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
1951 cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in svm_set_cr4()4854 smep = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMEP); in svm_can_emulate_instruction()
3492 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()7693 cr4_fixed1_update(X86_CR4_SMEP, ebx, feature_bit(SMEP)); in nested_vmx_cr_fixed1_bits_update()
210 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smep, X86_CR4_SMEP);