Searched refs:rep_comp (Results 1 – 1 of 1) sorted by relevance
68 uint16_t rep_comp; in hv_do_rep_hypercall() local78 rep_comp = MASK_EXTR(status, HV_HYPERCALL_REP_COMP_MASK); in hv_do_rep_hypercall()81 control |= MASK_INSR(rep_comp, HV_HYPERCALL_REP_START_MASK); in hv_do_rep_hypercall()82 } while ( rep_comp < rep_count ); in hv_do_rep_hypercall()
Completed in 2 milliseconds