Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/mmu/
Dspte.c423 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only) in kvm_mmu_set_ept_masks() argument
426 shadow_accessed_mask = has_ad_bits ? VMX_EPT_ACCESS_BIT : 0ull; in kvm_mmu_set_ept_masks()
427 shadow_dirty_mask = has_ad_bits ? VMX_EPT_DIRTY_BIT : 0ull; in kvm_mmu_set_ept_masks()
/linux-6.12.1/arch/x86/kvm/
Dmmu.h82 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only);