Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h247 u16 rep_comp; in hv_do_rep_hypercall() local
258 rep_comp = (status & HV_HYPERCALL_REP_COMP_MASK) >> in hv_do_rep_hypercall()
262 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
265 } while (rep_comp < rep_count); in hv_do_rep_hypercall()