Searched refs:exception_mask (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs223 exception_mask : exception_mask_t;
233 exception_mask : exception_mask_t;
246 exception_mask : exception_mask_t;
H A Dhost_priv.defs234 exception_mask : exception_mask_t;
245 exception_mask : exception_mask_t;
259 exception_mask : exception_mask_t;
H A Dtask.defs210 exception_mask : exception_mask_t;
221 exception_mask : exception_mask_t;
235 exception_mask : exception_mask_t;
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_host.c538 exception_mask_t exception_mask,
552 if (exception_mask & ~EXC_MASK_VALID) {
573 if (exception_mask & (1 << i)) {
617 exception_mask_t exception_mask,
629 if (exception_mask & ~EXC_MASK_VALID) {
640 if (exception_mask & (1 << i)) {
676 exception_mask_t exception_mask,
694 if (exception_mask & ~EXC_MASK_VALID) {
717 if (exception_mask & (1 << i)) {
536 host_set_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
615 host_get_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, exception_mask_array_t masks, mach_msg_type_number_t * CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors ) argument
674 host_swap_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t * CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors ) argument
H A Dipc_tt.c1475 exception_mask_t exception_mask,
1487 if (exception_mask & ~EXC_MASK_VALID)
1520 if (exception_mask & (1 << i)) {
1546 exception_mask_t exception_mask,
1558 if (exception_mask & ~EXC_MASK_VALID)
1583 if (exception_mask & (1 << i)) {
1637 exception_mask_t exception_mask,
1654 if (exception_mask & ~EXC_MASK_VALID)
1681 if (exception_mask & (1 << i)) {
1733 exception_mask_t exception_mask,
1473 thread_set_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1544 task_set_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1635 thread_swap_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1731 task_swap_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1845 thread_get_exception_ports( thread_t thread, exception_mask_t exception_mask, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1907 task_get_exception_ports( task_t task, exception_mask_t exception_mask, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
[all...]
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h216 exception_mask_t exception_mask,
231 exception_mask_t exception_mask,
248 exception_mask_t exception_mask,
562 exception_mask_t exception_mask; member in struct:__anon1190
576 exception_mask_t exception_mask; member in struct:__anon1191
592 exception_mask_t exception_mask; member in struct:__anon1192
H A Dtask.h223 exception_mask_t exception_mask,
238 exception_mask_t exception_mask,
255 exception_mask_t exception_mask,
717 exception_mask_t exception_mask; member in struct:__anon1119
731 exception_mask_t exception_mask; member in struct:__anon1120
747 exception_mask_t exception_mask; member in struct:__anon1121

Completed in 32 milliseconds