Home
last modified time | relevance | path

Searched refs:TASK_KERNEL_PORT (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dtask_special_ports.h72 #define TASK_KERNEL_PORT 1 /* The full task port for task. */ macro
105 (task_get_special_port((task), TASK_KERNEL_PORT, (port)))
108 (task_set_special_port((task), TASK_KERNEL_PORT, (port)))
/xnu-10002.1.13/libsyscall/mach/
H A Dport_descriptions.c94 [TASK_KERNEL_PORT] = "kernel", in mach_task_special_port_description()
189 SP_ENTRY(TASK_KERNEL_PORT), in mach_task_special_port_for_id()
/xnu-10002.1.13/tests/
H A Dport_descriptions.c104 TEST_TSP(TASK_KERNEL_PORT);
203 TEST_TSP(TASK_KERNEL_PORT);
H A Dexception_tests.c64 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &mp);
H A Dipc_read_inspect.c72 kr = task_get_special_port(tport, TASK_KERNEL_PORT, &special_port); in test_task_get_special_port()
547 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &movable_port);
H A Dimm_pinned_control_port.c233 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &port); in test_task_thread_port_values()
/xnu-10002.1.13/osfmk/kern/
H A Dipc_tt.c1926 case TASK_KERNEL_PORT: in task_get_special_port_internal()
2048 if (which == TASK_KERNEL_PORT && task == current_task()) { in task_get_special_port_from_user()
2176 case TASK_KERNEL_PORT: in task_set_special_port()
2237 case TASK_KERNEL_PORT: in task_set_special_port_internal()