Searched refs:has_ad_bits (Results 1 – 2 of 2) sorted by relevance
423 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only) in kvm_mmu_set_ept_masks() argument426 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()
82 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only);