Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c111 HV_HYPERCALL_REP_COMP_OFFSET); in hv_repcomp()
127 control |= (uint64_t)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall()
H A Dvmbus_var.h171 #define HV_HYPERCALL_REP_COMP_OFFSET 32 macro