Home
last modified time | relevance | path

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

/xnu-8792.41.9/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.c706 *host = &realhost; in processor_info()
728 *host = &realhost; in processor_info()
736 *host = &realhost; in processor_info()
1131 *host = &realhost; in processor_set_info()
1144 *host = &realhost; in processor_set_info()
1157 *host = &realhost; in processor_set_info()
1171 *host = &realhost; in processor_set_info()
1184 *host = &realhost; in processor_set_info()
1197 *host = &realhost; in processor_set_info()
1210 *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
1320 port = realhost.special[id]; in host_get_special_port()
1323 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST); in host_get_special_port()
1326 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST_PRIV); in host_get_special_port()
1358 return &realhost; in host_self()
1364 return &realhost; in host_priv_self()