Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Dnested.c20 int hyperv_flush_guest_mapping(u64 as) in hyperv_flush_guest_mapping() function
53 EXPORT_SYMBOL_GPL(hyperv_flush_guest_mapping);
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h255 int hyperv_flush_guest_mapping(u64 as);
328 static inline int hyperv_flush_guest_mapping(u64 as) { return -1; } in hyperv_flush_guest_mapping() function
/openbmc/linux/arch/x86/kvm/
H A Dkvm_onhyperv.c34 return hyperv_flush_guest_mapping(root_tdp); in hv_remote_flush_root_tdp()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c3951 hyperv_flush_guest_mapping(root_tdp); in svm_flush_tlb_current()