Home
last modified time | relevance | path

Searched refs:smep (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt169 Contains the value of cr4.smep && !cr0.wp for which the page is valid
368 exists when an spte created with cr0.wp=0 and cr4.smep=0 is used after
369 changing cr4.smep to 1. To avoid this, the value of !cr0.wp && cr4.smep
/linux-4.1.27/arch/x86/kvm/
Dmmu.c3875 bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_init_shadow_mmu() local
3894 = smep && !is_write_protection(vcpu); in kvm_init_shadow_mmu()