Home
last modified time | relevance | path

Searched refs:get_mt_mask (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c111 .get_mt_mask = vmx_get_mt_mask,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h95 KVM_X86_OP_OPTIONAL_RET0(get_mt_mask)
H A Dkvm_host.h1781 u8 (*get_mt_mask)(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio); member
/linux-6.15/arch/x86/kvm/mmu/
H A Dspte.c216 spte |= kvm_x86_call(get_mt_mask)(vcpu, gfn, in make_spte()