Home
last modified time | relevance | path

Searched refs:has_exec_only (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/kvm/mmu/
Dspte.c415 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only) in kvm_mmu_set_ept_masks() argument
422 shadow_present_mask = has_exec_only ? 0ull : VMX_EPT_READABLE_MASK; in kvm_mmu_set_ept_masks()
/linux-6.1.9/arch/x86/kvm/
Dmmu.h105 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only);