Searched refs:X86_CR4_SMEP (Results 1 – 8 of 8) sorted by relevance
119 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
425 kvm_read_cr4_bits(vcpu, X86_CR4_SMEP))) in FNAME()798 if (kvm_read_cr4_bits(vcpu, X86_CR4_SMEP)) in FNAME()
3882 cr4_smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in update_permission_bitmask()4125 bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_init_shadow_mmu()
742 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE; in kvm_set_cr4()750 if (!guest_cpuid_has_smep(vcpu) && (cr4 & X86_CR4_SMEP)) in kvm_set_cr4()
4177 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()
670 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
303 cr4_set_bits(X86_CR4_SMEP); in setup_smep()
88 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \