Home
last modified time | relevance | path

Searched refs:new_config (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/x86_64/
H A Dkpc_x86.c476 kpc_config_t *new_config = NULL; in kpc_set_config_mp_call() local
483 new_config = mp_config->configv; in kpc_set_config_mp_call()
488 kpc_set_fixed_config(&new_config[count]); in kpc_set_config_mp_call()
493 kpc_set_configurable_config(&new_config[count], mp_config->pmc_mask); in kpc_set_config_mp_call()
/xnu-8019.80.24/osfmk/kern/
H A Dkpc.h128 extern int kpc_set_config(uint32_t classes, kpc_config_t *new_config);
348 int (*set_config)(uint32_t classes, kpc_config_t *new_config);
/xnu-8019.80.24/osfmk/arm/
H A Dkpc_arm.c764 kpc_config_t *new_config = NULL; in kpc_set_config_xcall() local
770 new_config = mp_config->configv; in kpc_set_config_xcall()
773 kpc_set_configurable_config(new_config, mp_config->pmc_mask); in kpc_set_config_xcall()
774 new_config += kpc_popcount(mp_config->pmc_mask); in kpc_set_config_xcall()