Searched refs:thread_get_kernel_state (Results 1 – 8 of 8) sorted by relevance
40 #define thread_get_kernel_state(thread) ((thread_kernel_state_t) \ macro44 thread_get_kernel_state((thread))->allocation_name = NULL;
3627 thread_kernel_state_t kstate = thread_get_kernel_state(current_thread()); in thread_set_allocation_name()
373 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in machdep_syscall()447 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in machdep_syscall64()604 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_call_munger()718 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_call_munger64()
219 prior __assert_only = thread_get_kernel_state(thr_act)->allocation_name; in thread_syscall_return()
420 state = &thread_get_kernel_state(thread)->machine; in machine_trace_thread()571 arm_kernel_saved_state_t *kstate = &thread_get_kernel_state(thread)->machine.ss; in machine_trace_thread64()
296 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_syscall()
1876 prior __assert_only = thread_get_kernel_state(thread)->allocation_name; in thread_syscall_return()
8906 if ((name = thread_get_kernel_state(cthread)->allocation_name)) { in vm_tag_bt()