Home
last modified time | relevance | path

Searched refs:kpc_get_force_all_ctrs (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dcpc.c49 extern int kpc_get_force_all_ctrs(void); in cpc_hw_acquire()
50 if (hw == CPC_HW_CPMU && kpc_get_force_all_ctrs()) { in cpc_hw_acquire()
H A Dkern_monotonic.c238 if (kpc_get_force_all_ctrs()) { in mt_acquire_counters()
252 return kpc_get_force_all_ctrs(); in mt_owns_counters()
258 if (kpc_get_force_all_ctrs()) { in mt_release_counters()
H A Dkpc_common.c170 boolean_t old_state = kpc_get_force_all_ctrs(); in kpc_force_all_ctrs()
176 if (kpc_get_force_all_ctrs() && !kpc_task_get_forced_all_ctrs(task)) { in kpc_force_all_ctrs()
228 kpc_get_force_all_ctrs(void) in kpc_get_force_all_ctrs() function
922 kpc_get_force_all_ctrs(void) in kpc_get_force_all_ctrs() function
H A Dkpc.h180 extern int kpc_get_force_all_ctrs( void );