Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dmshyperv.h122 return hv_tdx_hypercall(control, input1, 0); in _hv_do_fast_hypercall8()
128 "+c" (control), "+d" (input1) in _hv_do_fast_hypercall8()
133 "+c" (control), "+d" (input1) in _hv_do_fast_hypercall8()
139 u32 input1_hi = upper_32_bits(input1); in _hv_do_fast_hypercall8()
140 u32 input1_lo = lower_32_bits(input1); in _hv_do_fast_hypercall8()
159 return _hv_do_fast_hypercall8(control, input1); in hv_do_fast_hypercall8()
169 return hv_tdx_hypercall(control, input1, input2); in _hv_do_fast_hypercall16()
175 "+c" (control), "+d" (input1) in _hv_do_fast_hypercall16()
182 "+c" (control), "+d" (input1) in _hv_do_fast_hypercall16()
189 u32 input1_hi = upper_32_bits(input1); in _hv_do_fast_hypercall16()
[all …]
/arch/arm64/hyperv/
A Dhv_core.c61 u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
68 arm_smccc_1_1_hvc(HV_FUNC_ID, control, input1, input2, &res); in hv_do_fast_hypercall16()

Completed in 5 milliseconds