Searched refs:kpc_fixed_count (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/x86_64/
H A Dmachine_kpc.h43 #define CONFIGURABLE_ACTIONID(ctr) (kpc_actionid[(ctr) + kpc_fixed_count()])
46 #define CONFIGURABLE_RELOAD(ctr) (current_cpu_datap()->cpu_kpc_reload[(ctr) + kpc_fixed_count()])
49 #define CONFIGURABLE_SHADOW(ctr) (current_cpu_datap()->cpu_kpc_shadow[(ctr) + kpc_fixed_count()])
H A Dkpc_x86.c136 kpc_fixed_count(void) function
257 for( i = 0; i < (int) kpc_fixed_count(); i++ )
332 int i, n = kpc_fixed_count();
557 for (ctr = 0; ctr < kpc_fixed_count(); ctr++) {
/xnu-2782.1.97/osfmk/kern/
H A Dkpc.h168 extern uint32_t kpc_fixed_count(void);
H A Dkpc_common.c245 count += kpc_fixed_count();

Completed in 19 milliseconds