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;
3897 thread_kernel_state_t kstate = thread_get_kernel_state(current_thread()); in thread_set_allocation_name()
372 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in machdep_syscall()446 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in machdep_syscall64()603 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_call_munger()720 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_call_munger64()
222 prior __assert_only = thread_get_kernel_state(thr_act)->allocation_name; in thread_syscall_return()
298 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_syscall()
2533 prior __assert_only = thread_get_kernel_state(thread)->allocation_name; in thread_syscall_return()
435 arm_kernel_saved_state_t *kstate = &thread_get_kernel_state(thread)->machine.ss; in machine_trace_thread64()
9339 if ((name = thread_get_kernel_state(cthread)->allocation_name)) { in vm_tag_bt()