Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dspte.c306 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only) in kvm_mmu_set_ept_masks() argument
309 shadow_accessed_mask = has_ad_bits ? VMX_EPT_ACCESS_BIT : 0ull; in kvm_mmu_set_ept_masks()
310 shadow_dirty_mask = has_ad_bits ? VMX_EPT_DIRTY_BIT : 0ull; in kvm_mmu_set_ept_masks()
/linux/arch/x86/kvm/
A Dmmu.h68 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only);

Completed in 4 milliseconds