Home
last modified time | relevance | path

Searched refs:shadow_x_mask (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kvm/mmu/
H A Dspte.c32 u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */ variable
205 spte |= shadow_x_mask; in make_spte()
290 return modify_spte_protections(spte, shadow_x_mask, shadow_nx_mask); in make_spte_executable()
295 return modify_spte_protections(spte, shadow_nx_mask, shadow_x_mask); in make_spte_nonexecutable()
360 shadow_user_mask | shadow_x_mask | shadow_me_value; in make_nonleaf_spte()
462 shadow_x_mask = VMX_EPT_EXECUTABLE_MASK; in kvm_mmu_set_ept_masks()
521 shadow_x_mask = 0; in kvm_mmu_reset_all_pte_masks()
H A Dspte.h46 | shadow_x_mask | shadow_nx_mask | shadow_me_mask)
182 extern u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
341 return (spte & (shadow_x_mask | shadow_nx_mask)) == shadow_x_mask; in is_executable_pte()
H A Dmmu.c5315 return shadow_x_mask == 0; in boot_cpu_is_amd()