Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dkpc_arm.c277 += (kpc_fixed_max() - FIXED_RELOAD(ctr) + 1 /* wrap */) + extra; in kpc_pmi_handler()
422 kpc_fixed_max(void) in kpc_fixed_max() function
488 (kpc_fixed_max() - FIXED_RELOAD(0) + 1 /* Wrap */) + in kpc_get_fixed_counters()
606 += (kpc_fixed_max() - FIXED_RELOAD(i) + 1 /* Wrap */) + extra; in restore_regs()
662 *new_period = kpc_fixed_max(); in kpc_set_reload_xcall()
919 kpc_fixed_max(void) in kpc_fixed_max() function
/xnu-8019.80.24/osfmk/x86_64/
H A Dkpc_x86.c190 kpc_fixed_max(void) in kpc_fixed_max() function
669 += (kpc_fixed_max() - FIXED_RELOAD(ctr) + 1 /* Wrap */) + extra; in kpc_pmi_handler()
/xnu-8019.80.24/osfmk/kern/
H A Dkpc.h308 uint64_t kpc_fixed_max(void);
H A Dkpc_common.c628 *val++ = kpc_fixed_max() - FIXED_RELOAD(i); in kpc_get_period()