Home
last modified time | relevance | path

Searched refs:X86_CR4_SMEP (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h120 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
/linux-4.1.27/arch/x86/kvm/
Dpaging_tmpl.h413 kvm_read_cr4_bits(vcpu, X86_CR4_SMEP))) in FNAME()
792 if (kvm_read_cr4_bits(vcpu, X86_CR4_SMEP)) in FNAME()
Dmmu.c3701 cr4_smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in update_permission_bitmask()
3875 bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_init_shadow_mmu()
Dx86.c705 X86_CR4_SMEP | X86_CR4_SMAP; in kvm_set_cr4()
713 if (!guest_cpuid_has_smep(vcpu) && (cr4 & X86_CR4_SMEP)) in kvm_set_cr4()
Dvmx.c3685 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP); in vmx_set_cr4()
/linux-4.1.27/arch/x86/mm/
Dfault.c610 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h57 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c282 cr4_set_bits(X86_CR4_SMEP); in setup_smep()