Searched refs:smep (Results 1 – 2 of 2) sorted by relevance
169 Contains the value of cr4.smep && !cr0.wp for which the page is valid368 exists when an spte created with cr0.wp=0 and cr4.smep=0 is used after369 changing cr4.smep to 1. To avoid this, the value of !cr0.wp && cr4.smep
3875 bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_init_shadow_mmu() local3894 = smep && !is_write_protection(vcpu); in kvm_init_shadow_mmu()