Searched refs:has_exec_only (Results 1 – 2 of 2) sorted by relevance
306 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only) in kvm_mmu_set_ept_masks() argument313 shadow_present_mask = has_exec_only ? 0ull : VMX_EPT_READABLE_MASK; in kvm_mmu_set_ept_masks()
68 void kvm_mmu_set_ept_masks(bool has_ad_bits, bool has_exec_only);
Completed in 7 milliseconds