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

/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_amd.c251 struct amd_cpu { struct
255 static struct amd_cpu **amd_pcpu;
634 struct amd_cpu *pac;
766 struct amd_cpu *pac;
774 amd_pcpu[cpu] = pac = malloc(sizeof(struct amd_cpu), M_PMC,
814 struct amd_cpu *pac;
923 amd_pcpu = malloc(sizeof(struct amd_cpu *) * pmc_cpu_max(), M_PMC,

Completed in 97 milliseconds