Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmshyperv.h194 u16 rep_comp; in hv_do_rep_hypercall() local
205 rep_comp = (status & HV_HYPERCALL_REP_COMP_MASK) >> in hv_do_rep_hypercall()
209 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
212 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmshyperv.h97 u16 rep_comp; in hv_do_rep_hypercall() local
107 rep_comp = hv_repcomp(status); in hv_do_rep_hypercall()
110 control |= (u64)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
113 } while (rep_comp < rep_count); in hv_do_rep_hypercall()

Completed in 2 milliseconds