Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_intel.c261 pmc_mdep->pmd_switch_in = intel_switch_in; in pmc_intel_initialize()
H A Dhwpmc_amd.c876 pmc_mdep->pmd_switch_in = amd_switch_in; in pmc_amd_initialize()
H A Dhwpmc_mod.c1590 (void)(*md->pmd_switch_in)(pc, pp); in pmc_process_csw_in()
5363 md->pmd_switch_in = generic_switch_in; in pmc_mdep_alloc()
/freebsd/sys/sys/
H A Dpmc.h1053 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp); member