Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dipc_host.c117 lck_mtx_init(&realhost.lock, &host_notify_lock_grp, LCK_ATTR_NULL); in ipc_host_init()
122 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST, in ipc_host_init()
124 kernel_set_special_port(&realhost, HOST_PORT, port); in ipc_host_init()
126 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST_PRIV, in ipc_host_init()
128 kernel_set_special_port(&realhost, HOST_PRIV_PORT, port); in ipc_host_init()
132 bzero(&realhost.exc_actions[0], sizeof(realhost.exc_actions[0])); in ipc_host_init()
134 realhost.exc_actions[i].port = IP_NULL; in ipc_host_init()
138 realhost.exc_actions[i].label = NULL; in ipc_host_init()
140 realhost.exc_actions[i].behavior = 0; in ipc_host_init()
141 realhost.exc_actions[i].flavor = 0; in ipc_host_init()
[all …]
H A Dprocessor.c796 *host = &realhost; in processor_info()
818 *host = &realhost; in processor_info()
826 *host = &realhost; in processor_info()
1294 *host = &realhost; in processor_set_info()
1307 *host = &realhost; in processor_set_info()
1320 *host = &realhost; in processor_set_info()
1334 *host = &realhost; in processor_set_info()
1347 *host = &realhost; in processor_set_info()
1360 *host = &realhost; in processor_set_info()
1373 *host = &realhost; in processor_set_info()
[all …]
H A Dhost.h87 extern host_data_t realhost;
H A Dhost.c135 host_data_t realhost; variable
1390 port = realhost.special[id]; in host_get_special_port()
1393 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST); in host_get_special_port()
1396 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST_PRIV); in host_get_special_port()
1428 return &realhost; in host_self()
1434 return &realhost; in host_priv_self()