Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c335 DEFINE_STATIC_CALL(hv_hypercall, hv_std_hypercall);
336 EXPORT_STATIC_CALL_TRAMP_GPL(hv_hypercall);
337 #define hypercall_update(hc) static_call_update(hv_hypercall, hc)
/linux/arch/x86/include/asm/
H A Dkvm_host.h1196 u64 hv_hypercall; member