Searched refs:rep_count (Results 1 – 2 of 2) sorted by relevance
62 static inline uint64_t hv_do_rep_hypercall(uint16_t code, uint16_t rep_count, in hv_do_rep_hypercall() argument71 control |= (uint64_t)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()82 } while ( rep_comp < rep_count ); in hv_do_rep_hypercall()
535 uint16_t rep_count:12; in viridian_hypercall() member615 output.rep_complete = input.rep_count; in viridian_hypercall()
Completed in 4 milliseconds