Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/virt/vboxguest/
Dvboxguest_core.c55 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_GET_HYPERVISOR_INFO, in vbg_guest_mappings_init()
143 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_HYPERVISOR_INFO, in vbg_guest_mappings_exit()
182 req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO, in vbg_report_guest_info()
184 req2 = vbg_req_alloc(sizeof(*req2), VMMDEVREQ_REPORT_GUEST_INFO2, in vbg_report_guest_info()
243 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_REPORT_GUEST_STATUS, in vbg_report_driver_status()
442 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_HEARTBEAT_CONFIGURE, in vbg_heartbeat_host_config()
477 gdev->guest_heartbeat_req = vbg_req_alloc( in vbg_heartbeat_init()
555 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK, in vbg_reset_host_event_filter()
601 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_CTL_GUEST_FILTER_MASK, in vbg_set_session_event_filter()
664 req = vbg_req_alloc(sizeof(*req), VMMDEVREQ_SET_GUEST_CAPABILITIES, in vbg_reset_host_capabilities()
[all …]
Dvboxguest_utils.c67 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type, in vbg_req_alloc() function
132 hgcm_connect = vbg_req_alloc(sizeof(*hgcm_connect), in vbg_hgcm_connect()
165 hgcm_disconnect = vbg_req_alloc(sizeof(*hgcm_disconnect), in vbg_hgcm_disconnect()
639 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call()
Dvboxguest_core.h205 void *vbg_req_alloc(size_t len, enum vmmdev_request_type req_type,
Dvboxguest_linux.c140 buf = vbg_req_alloc(size, VBG_IOCTL_HDR_TYPE_DEFAULT, in vbg_misc_device_ioctl()