Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dmshyperv.h163 static inline u64 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) in _hv_do_fast_hypercall16() argument
169 return hv_tdx_hypercall(control, input1, input2); in _hv_do_fast_hypercall16()
176 : [input2] "r" (input2) in _hv_do_fast_hypercall16()
183 : [input2] "r" (input2), in _hv_do_fast_hypercall16()
191 u32 input2_hi = upper_32_bits(input2); in _hv_do_fast_hypercall16()
192 u32 input2_lo = lower_32_bits(input2); in _hv_do_fast_hypercall16()
206 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
210 return _hv_do_fast_hypercall16(control, input1, input2); in hv_do_fast_hypercall16()
/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