Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/hyperv/
Dnested.c20 int hyperv_flush_guest_mapping(u64 as) in hyperv_flush_guest_mapping() function
53 EXPORT_SYMBOL_GPL(hyperv_flush_guest_mapping);
/Linux-v6.6/arch/x86/include/asm/
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
/Linux-v6.6/arch/x86/kvm/
Dkvm_onhyperv.c34 return hyperv_flush_guest_mapping(root_tdp); in hv_remote_flush_root_tdp()
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c3931 hyperv_flush_guest_mapping(root_tdp); in svm_flush_tlb_current()