Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmshyperv.h56 DECLARE_STATIC_CALL(hv_hypercall, hv_std_hypercall);
76 return static_call_mod(hv_hypercall)(control, input_address, output_address); in hv_do_hypercall()
103 return static_call_mod(hv_hypercall)(control, input1, 0); in _hv_do_fast_hypercall8()
132 return static_call_mod(hv_hypercall)(control, input1, input2); in _hv_do_fast_hypercall16()
H A Dkvm_host.h1180 u64 hv_hypercall; member
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c329 DEFINE_STATIC_CALL(hv_hypercall, hv_std_hypercall);
330 EXPORT_STATIC_CALL_TRAMP_GPL(hv_hypercall);
331 #define hypercall_update(hc) static_call_update(hv_hypercall, hc)
/linux/arch/x86/kvm/
H A Dhyperv.c1390 hv->hv_hypercall &= ~HV_X64_MSR_HYPERCALL_ENABLE; in kvm_hv_set_msr_pw()
1401 hv->hv_hypercall = data; in kvm_hv_set_msr_pw()
1430 hv->hv_hypercall = data; in kvm_hv_set_msr_pw()
1646 data = hv->hv_hypercall; in kvm_hv_get_msr_pw()