Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c235 link_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in dbell_link()
253 unlink_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in dbell_unlink()
270 notify_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in dbell_notify_as_guest()
333 bitmap_set_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in vmci_dbell_register_notification_bitmap()
H A Dvmci_guest.c95 get_cid_msg.src = VMCI_ANON_SRC_HANDLE; in vmci_get_vm_context_id()
274 check_msg->src = VMCI_ANON_SRC_HANDLE; in vmci_check_host_caps()
H A Dvmci_queue_pair.c964 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; in qp_alloc_hypercall()
993 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in qp_detatch_hypercall()
/openbmc/linux/include/linux/
H A Dvmw_vmci_defs.h224 static const struct vmci_handle __maybe_unused VMCI_ANON_SRC_HANDLE = { variable