Searched refs:out_state (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/tests/ |
| H A D | exc_helpers.c | 90 thread_state_t out_state, 104 thread_state_t out_state, 140 thread_state_t out_state, in catch_mach_exception_raise_state_identity_protected() argument 159 memcpy((void*)out_state, (void*)in_state, in_state_count * 4); in catch_mach_exception_raise_state_identity_protected() 162 in_state_count, out_state, out_state_count); in catch_mach_exception_raise_state_identity_protected() 210 thread_state_t out_state, in catch_mach_exception_raise_state() argument 213 #pragma unused(exception_port, type, codes, code_count, flavor, in_state, in_state_count, out_state… in catch_mach_exception_raise_state() 234 thread_state_t out_state, in catch_mach_exception_raise_state_identity() argument 260 memcpy((void*)out_state, (void*)in_state, in_state_count * 4); in catch_mach_exception_raise_state_identity() 263 arm_thread_state64_t *state = (arm_thread_state64_t*)(void *)out_state; in catch_mach_exception_raise_state_identity()
|
| H A D | exc_helpers.h | 58 …mach_msg_type_number_t in_state_count, thread_state_t out_state, mach_msg_type_number_t *out_state…
|
| /xnu-11215/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 94 thread_state_t out_state, 108 thread_state_t out_state, 163 thread_state_t out_state, in catch_mach_exception_raise_state() argument 166 #pragma unused(exception_port, type, codes, code_count, flavor, in_state, in_state_count, out_state… in catch_mach_exception_raise_state() 209 thread_state_t out_state, in catch_mach_exception_raise_state_identity() argument 240 memcpy((void*)out_state, (void*)in_state, in_state_count * 4); in catch_mach_exception_raise_state_identity() 243 arm_thread_state64_t *state = (arm_thread_state64_t*)(void *)out_state; in catch_mach_exception_raise_state_identity() 244 …ruct test_user_thread_state_64 *test_state = (struct test_user_thread_state_64 *)(void *)out_state; in catch_mach_exception_raise_state_identity()
|
| H A D | mach_exc_port_substitute.c | 38 thread_state_t out_state, 52 thread_state_t out_state, 66 __unused thread_state_t out_state, in catch_mach_exception_raise_state_identity() argument 85 __unused thread_state_t out_state, in catch_mach_exception_raise_state() argument
|
| H A D | hardened_exceptions.c | 69 thread_state_t out_state, in exc_handler_state_identity_protected() argument 80 #pragma unused(out_state) in exc_handler_state_identity_protected() 86 arm_thread_state64_t *state = (arm_thread_state64_t*)(void *)out_state; in exc_handler_state_identity_protected()
|
| /xnu-11215/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 134 kdp_getintegerstate(char * out_state) in kdp_getintegerstate() argument 147 bcopy((char *) &thread_state64, (char *) out_state, sizeof(struct arm_thread_state64)); in kdp_getintegerstate()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread_act.c | 811 thread_state_t out_state, /* pointer to OUT array */ in thread_convert_thread_state() argument 855 memcpy(out_state, in_state, state_count * sizeof(uint32_t)); in thread_convert_thread_state()
|
| /xnu-11215/osfmk/mach/ |
| H A D | thread_act.defs | 386 out out_state : thread_state_t, CountInOut);
|