Searched refs:thr_act (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | pcb.c | 905 thread_t thr_act, in machine_thread_set_state() argument 926 if (thread_is_64bit_addr(thr_act)) { in machine_thread_set_state() 940 pal_register_cache_state(thr_act, DIRTY); in machine_thread_set_state() 942 saved_state = USER_REGS32(thr_act); in machine_thread_set_state() 993 if (!thread_is_64bit_addr(thr_act)) { in machine_thread_set_state() 1016 pal_register_cache_state(thr_act, DIRTY); in machine_thread_set_state() 1018 saved_state = USER_REGS64(thr_act); in machine_thread_set_state() 1065 if (thread_is_64bit_addr(thr_act)) { in machine_thread_set_state() 1069 return fpu_set_fxstate(thr_act, tstate, flavor); in machine_thread_set_state() 1080 if (!thread_is_64bit_addr(thr_act)) { in machine_thread_set_state() [all …]
|
| H A D | fpu.c | 91 thread_t thr_act); 93 thread_t thr_act); 749 thread_t thr_act, in fpu_set_fxstate() argument 769 assert(thr_act != THREAD_NULL); in fpu_set_fxstate() 771 thr_xstate = thread_xstate(thr_act); in fpu_set_fxstate() 775 if (!fpu_thread_promote_avx512(thr_act)) { in fpu_set_fxstate() 779 thr_xstate = thread_xstate(thr_act); in fpu_set_fxstate() 785 pcb = THREAD_TO_PCB(thr_act); in fpu_set_fxstate() 831 if ((fresh_state == FALSE) && (old_valid == FALSE) && (thr_act != current_thread())) { in fpu_set_fxstate() 832 panic("fpu_set_fxstate inconsistency, thread: %p not stopped", thr_act); in fpu_set_fxstate() [all …]
|
| H A D | fpu.h | 115 thread_t thr_act, 118 thread_t thr_act, 122 thread_t thr_act,
|
| H A D | pcb_native.c | 426 i386_filtered_lbr_state_to_mach_thread_state(thread_t thr_act, last_branch_state_t *machlbrp, boole… in i386_filtered_lbr_state_to_mach_thread_state() argument 432 if (thr_act == current_thread()) { in i386_filtered_lbr_state_to_mach_thread_state() 433 i386_lbr_synch(thr_act); in i386_filtered_lbr_state_to_mach_thread_state() 437 …return i386_lbr_native_state_to_mach_thread_state(THREAD_TO_PCB(thr_act), machlbrp, from_userspace… in i386_filtered_lbr_state_to_mach_thread_state()
|
| H A D | trap.c | 160 thread_t thr_act = current_thread(); in thread_syscall_return() local 164 pal_register_cache_state(thr_act, DIRTY); in thread_syscall_return() 166 if (thread_is_64bit_addr(thr_act)) { in thread_syscall_return() 169 regs = USER_REGS64(thr_act); in thread_syscall_return() 195 regs = USER_REGS32(thr_act); in thread_syscall_return() 221 prior __assert_only = thread_get_kernel_state(thr_act)->allocation_name; in thread_syscall_return()
|
| H A D | machine_routines.h | 434 int i386_filtered_lbr_state_to_mach_thread_state(thread_t thr_act, last_branch_state_t *machlbrp, b…
|
| /xnu-10063.141.1/libsyscall/mach/ |
| H A D | thread_act.c | 35 thread_policy(thread_act_t thr_act, policy_t policy, policy_base_t base, mach_msg_type_number_t bas… in thread_policy() argument 39 kr = _kernelrpc_thread_policy(thr_act, policy, base, baseCnt, set_limit); in thread_policy() 41 _pthread_clear_qos_tsd(thr_act); in thread_policy() 65 thread_set_policy(thread_act_t thr_act, processor_set_t pset, policy_t policy, policy_base_t base, … in thread_set_policy() argument 69 kr = _kernelrpc_thread_set_policy(thr_act, pset, policy, base, baseCnt, limit, limitCnt); in thread_set_policy() 71 _pthread_clear_qos_tsd(thr_act); in thread_set_policy()
|
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | thread_act.defs | 108 * thr_act. If the thr_act is currently executing, the results 144 * list of valid flavors for the target thr_act.] 236 thr_act : thread_inspect_t; 247 thr_act : thread_act_t; 306 thr_act : thread_act_t; 361 thr_act : thread_act_t; 368 thr_act : thread_read_t; 373 thr_act : thread_act_t; 377 thr_act : thread_act_t;
|
| H A D | task.defs | 238 * the port representing the first thr_act in that new thread. The
|
| /xnu-10063.141.1/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1291 thread_t thr_act = current_thread(); in capture_lbr_state() local 1299 if (i386_filtered_lbr_state_to_mach_thread_state(thr_act, &thread_lbr_data, false) == 0) { in capture_lbr_state()
|