Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/arch/x86/include/asm/
Dmshyperv.h254 int hyperv_flush_guest_mapping(u64 as);
327 static inline int hyperv_flush_guest_mapping(u64 as) { return -1; } in hyperv_flush_guest_mapping() function
/linux-6.12.1/arch/x86/kvm/
Dkvm_onhyperv.c34 return hyperv_flush_guest_mapping(root_tdp); in hv_remote_flush_root_tdp()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c3986 hyperv_flush_guest_mapping(root_tdp); in svm_flush_tlb_current()