Lines Matching refs:control
73 u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
74 u64 hv_do_fast_hypercall8(u16 control, u64 input8);
75 u64 hv_do_fast_hypercall16(u16 control, u64 input1, u64 input2);
131 u64 control = code; in hv_do_rep_hypercall() local
135 control |= (u64)varhead_size << HV_HYPERCALL_VARHEAD_OFFSET; in hv_do_rep_hypercall()
136 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
139 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
145 control &= ~HV_HYPERCALL_REP_START_MASK; in hv_do_rep_hypercall()
146 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
334 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
335 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);