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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_xscale.c94 struct xscale_cpu { struct
98 static struct xscale_cpu **xscale_pcpu;
563 struct xscale_cpu *pac;
570 xscale_pcpu[cpu] = pac = malloc(sizeof(struct xscale_cpu), M_PMC,
634 xscale_pcpu = malloc(sizeof(struct xscale_cpu *) * pmc_cpu_max(), M_PMC,

Completed in 155 milliseconds