Home
last modified time | relevance | path

Searched refs:vmci_host_code_active (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_driver.h50 bool vmci_host_code_active(void);
Dvmci_driver.c49 else if (vmci_host_code_active()) in vmci_get_context_id()
Dvmci_route.c33 bool has_host_device = vmci_host_code_active(); in vmci_route()
Dvmci_context.c1177 if (vmci_host_code_active()) { in vmci_context_get_priv_flags()
1204 if (vmci_host_code_active()) { in vmci_is_context_owner()
Dvmci_host.c113 bool vmci_host_code_active(void) in vmci_host_code_active() function