Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hwpmc/
HDhwpmc_amd.c344 struct amd_cpu { struct
348 static struct amd_cpu **amd_pcpu; argument
759 struct amd_cpu *pac; in amd_intr()
906 struct amd_cpu *pac; in amd_pcpu_init()
914 amd_pcpu[cpu] = pac = malloc(sizeof(struct amd_cpu), M_PMC, in amd_pcpu_init()
958 struct amd_cpu *pac; in amd_pcpu_fini()
1099 amd_pcpu = malloc(sizeof(struct amd_cpu *) * pmc_cpu_max(), M_PMC, in pmc_amd_initialize()