Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.c242 if (kvm_x86_ops.get_mt_mask) in make_spte()
243 spte |= kvm_x86_call(get_mt_mask)(vcpu, gfn, in make_spte()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1889 u8 (*get_mt_mask)(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio); member