Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dspte.c30 u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */ variable
202 spte |= shadow_x_mask; in make_spte()
279 spte |= shadow_x_mask; in make_spte_executable()
329 shadow_user_mask | shadow_x_mask | shadow_me_value; in make_nonleaf_spte()
429 shadow_x_mask = VMX_EPT_EXECUTABLE_MASK; in kvm_mmu_set_ept_masks()
486 shadow_x_mask = 0; in kvm_mmu_reset_all_pte_masks()
A Dspte.h46 | shadow_x_mask | shadow_nx_mask | shadow_me_mask)
173 extern u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
350 return (spte & (shadow_x_mask | shadow_nx_mask)) == shadow_x_mask; in is_executable_pte()
A Dmmu.c5187 return shadow_x_mask == 0; in boot_cpu_is_amd()

Completed in 20 milliseconds