Searched refs:thread_get_state (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.41.9/tests/ |
| H A D | ptrauth_failure.c | 57 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&state, &count); 65 err = thread_get_state(thread, ARM_THREAD_STATE64, (thread_state_t)&state, &count);
|
| H A D | thread_set_state_arm64_cpsr.c | 57 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&ts, &count); in phase2() 77 err = thread_get_state(mach_thread_self(), ARM_THREAD_STATE64, (thread_state_t)&ts, &count);
|
| H A D | hw_breakpoint_step_arm64.c | 135 kr = thread_get_state(thread, ARM_DEBUG_STATE64, in step_thread()
|
| H A D | avx.c | 355 rv = thread_get_state(thread, flavor, state, state_count); in _thread_get_state_avx() 585 rv = thread_get_state(thread, flavor, state, state_count); in _thread_get_state_avx512()
|
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 72 thread_get_state
|
| /xnu-8792.41.9/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 63 kern_return_t ret = thread_get_state(thread, flavor, (thread_state_t)&state, &count); in thread_get_register_pointer_values()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | thread_act.c | 592 thread_get_state( 599 thread_get_state( in thread_get_state() function 939 return thread_get_state(thread, flavor, tstate, count); in thread_getstatus() 1245 return thread_get_state(thread, flavor, state, count); in act_get_state()
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | thread_act.defs | 150 thread_get_state(
|