Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dexception_types.h152 #define EXC_MASK_BAD_INSTRUCTION (1 << EXC_BAD_INSTRUCTION) macro
166 EXC_MASK_BAD_INSTRUCTION | \
/xnu-11215.1.10/tests/
H A Darm_cpu_capabilities.c579 exc_port = create_exception_port(EXC_MASK_BAD_INSTRUCTION);
H A Darm_matrix.c111 mach_port_t exc_port = create_exception_port(EXC_MASK_BAD_INSTRUCTION); in test_matrix_not_started()
H A Dldt.c454 kr = task_set_exception_ports(me, EXC_MASK_BAD_INSTRUCTION | EXC_MASK_ARITHMETIC, ePort, in init_task_exception_server()