Searched refs:THREAD_KERNEL_PORT (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.61.2/osfmk/mach/ |
| H A D | thread_special_ports.h | 70 #define THREAD_KERNEL_PORT 1 /* The full thread port for thread. */ macro 82 (thread_get_special_port((thread), THREAD_KERNEL_PORT, (port))) 85 (thread_set_special_port((thread), THREAD_KERNEL_PORT, (port)))
|
| /xnu-8792.61.2/libsyscall/mach/ |
| H A D | port_descriptions.c | 120 [THREAD_KERNEL_PORT] = "kernel", in mach_thread_special_port_description() 208 SP_ENTRY(THREAD_KERNEL_PORT), in mach_thread_special_port_for_id()
|
| /xnu-8792.61.2/tests/ |
| H A D | port_descriptions.c | 132 TEST_TSP(THREAD_KERNEL_PORT); 227 TEST_TSP(THREAD_KERNEL_PORT);
|
| H A D | imm_pinned_control_port.c | 202 kr = thread_set_special_port(mach_thread_self(), THREAD_KERNEL_PORT, mach_thread_self()); in test_immovable_port_stashing() 244 kr = thread_get_special_port(th_self, THREAD_KERNEL_PORT, &port); in test_task_thread_port_values()
|
| H A D | ipc_read_inspect.c | 134 kr = thread_get_special_port(tport, THREAD_KERNEL_PORT, &special_port); in test_thread_get_special_port() 606 kr = thread_get_special_port(th_control_port, THREAD_KERNEL_PORT, &th_movable_port);
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | ipc_tt.c | 1646 case THREAD_KERNEL_PORT: in thread_get_special_port_internal() 1733 if (which == THREAD_KERNEL_PORT && tro->tro_task == current_task()) { in thread_get_special_port_from_user() 1839 case THREAD_KERNEL_PORT: in thread_set_special_port()
|