Searched refs:shadow_x_mask (Results 1 – 3 of 3) sorted by relevance
32 u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */ variable232 spte |= shadow_x_mask; in make_spte()322 return modify_spte_protections(spte, shadow_x_mask, shadow_nx_mask); in make_spte_executable()327 return modify_spte_protections(spte, shadow_nx_mask, shadow_x_mask); in make_spte_nonexecutable()392 shadow_user_mask | shadow_x_mask | shadow_me_value; in make_nonleaf_spte()500 shadow_x_mask = VMX_EPT_EXECUTABLE_MASK; in kvm_mmu_set_ept_masks()553 shadow_x_mask = 0; in kvm_mmu_reset_all_pte_masks()
46 | shadow_x_mask | shadow_nx_mask | shadow_me_mask)182 extern u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */360 return (spte & (shadow_x_mask | shadow_nx_mask)) == shadow_x_mask; in is_executable_pte()
5478 return shadow_x_mask == 0; in boot_cpu_is_amd()