Home
last modified time | relevance | path

Searched refs:get_preemption_level_for_thread (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/osfmk/arm/
H A Dlocks.h136 #define lock_preemption_level_for_thread(t) get_preemption_level_for_thread(t)
137 #define lock_preemption_disabled_for_thread(t) (get_preemption_level_for_thread(t) != 0)
H A Dcpu_data.h133 extern unsigned int get_preemption_level_for_thread(thread_t);
H A Dpreemption_disable.c211 get_preemption_level_for_thread(thread_t thread) in get_preemption_level_for_thread() function
230 return get_preemption_level_for_thread(current_thread()); in get_preemption_level()
H A Darm_init.c733 if (get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread) != in arm_init_cpu()
736 get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread), in arm_init_cpu()
/xnu-12377.41.6/osfmk/arm64/sptm/
H A Darm_init_sptm.c1234 if (get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread) != in arm_init_cpu()
1237 get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread), in arm_init_cpu()