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 valid378 exists when an spte created with cr0.wp=0 and cr4.smep=0 is used after379 changing cr4.smep to 1. To avoid this, the value of !cr0.wp && cr4.smep
4790 bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_calc_shadow_mmu_root_page_role() local4796 role.smep_andnot_wp = smep && !is_write_protection(vcpu); in kvm_calc_shadow_mmu_root_page_role()