Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dipc_host.c112 lck_mtx_init(&realhost.lock, &host_notify_lock_grp, LCK_ATTR_NULL); in ipc_host_init()
117 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST, in ipc_host_init()
119 kernel_set_special_port(&realhost, HOST_PORT, port); in ipc_host_init()
121 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST_PRIV, in ipc_host_init()
123 kernel_set_special_port(&realhost, HOST_PRIV_PORT, port); in ipc_host_init()
127 bzero(&realhost.exc_actions[0], sizeof(realhost.exc_actions[0])); in ipc_host_init()
129 realhost.exc_actions[i].port = IP_NULL; in ipc_host_init()
133 realhost.exc_actions[i].label = NULL; in ipc_host_init()
135 realhost.exc_actions[i].behavior = 0; in ipc_host_init()
136 realhost.exc_actions[i].flavor = 0; in ipc_host_init()
[all …]
H A Dprocessor.c684 *host = &realhost; in processor_info()
760 *host = &realhost; in processor_info()
768 *host = &realhost; in processor_info()
1079 *host = &realhost; in processor_set_info()
1092 *host = &realhost; in processor_set_info()
1105 *host = &realhost; in processor_set_info()
1119 *host = &realhost; in processor_set_info()
1132 *host = &realhost; in processor_set_info()
1145 *host = &realhost; in processor_set_info()
1158 *host = &realhost; in processor_set_info()
[all …]
H A Dhost.h87 extern host_data_t realhost;
H A Dhost.c132 host_data_t realhost; variable
1350 port = realhost.special[id]; in host_get_special_port()
1375 return &realhost; in host_self()
1381 return &realhost; in host_priv_self()