Home
last modified time | relevance | path

Searched refs:kvm_mmu_set_ept_masks (Results 1 – 3 of 3) 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() function
451 EXPORT_SYMBOL_GPL(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);
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c8498 kvm_mmu_set_ept_masks(enable_ept_ad_bits, in vmx_hardware_setup()