Searched refs:masks (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs234 out masks : exception_mask_array_t;
250 out masks : exception_mask_array_t;
H A Dhost_priv.defs246 out masks : exception_mask_array_t;
263 out masks : exception_mask_array_t;
H A Dtask.defs222 out masks : exception_mask_array_t;
239 out masks : exception_mask_array_t;
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_host.c618 exception_mask_array_t masks,
650 masks[j] |= (1 << i);
655 masks[j] = (1 << i);
680 exception_mask_array_t masks,
727 masks[j] |= (1 << i);
732 masks[j] = (1 << i);
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.c1618 * data, MIG returnes an error otherwise. The masks
1641 exception_mask_array_t masks,
1690 masks[j] |= (1 << i);
1696 masks[j] = (1 << i);
1737 exception_mask_array_t masks,
1786 masks[j] |= (1 << i);
1792 masks[j] = (1 << i);
1848 exception_mask_array_t masks,
1882 masks[j] |= (1 << i);
1888 masks[
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.h232 exception_mask_array_t masks,
252 exception_mask_array_t masks,
948 exception_mask_t masks[32]; member in struct:__anon1216
967 exception_mask_t masks[32]; member in struct:__anon1217
H A Dtask.h239 exception_mask_array_t masks,
259 exception_mask_array_t masks,
1261 exception_mask_t masks[32]; member in struct:__anon1155
1280 exception_mask_t masks[32]; member in struct:__anon1156
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c3556 static uint64_t masks[] =
3585 * About masks: for immediates that represent
3595 mask = masks[dis->d86_addr_size];
3600 mask = masks[log2(op->d86_value_size)];

Completed in 32 milliseconds