Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hyperv/vmbus/
Dhyperv_reg.h176 #define HYPERCALL_POSTMSGIN_SIZE 256 macro
185 CTASSERT(sizeof(struct hypercall_postmsg_in) == HYPERCALL_POSTMSGIN_SIZE);
Dvmbus.c231 memset(inprm, 0, HYPERCALL_POSTMSGIN_SIZE); in vmbus_msghc_reset()
293 memcpy(&mh->mh_inprm_save, inprm, HYPERCALL_POSTMSGIN_SIZE); in vmbus_msghc_exec_noresult()
314 memcpy(inprm, &mh->mh_inprm_save, HYPERCALL_POSTMSGIN_SIZE); in vmbus_msghc_exec_noresult()
1428 HYPERCALL_POSTMSGIN_SIZE, VMBUS_MSG_SIZE, in vmbus_doattach()