Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_arm64.c50 struct arm64_cpu { struct
54 static struct arm64_cpu **arm64_pcpu; argument
441 struct arm64_cpu *pac; in arm64_pcpu_init()
452 arm64_pcpu[cpu] = pac = malloc(sizeof(struct arm64_cpu), M_PMC, in arm64_pcpu_init()
536 arm64_pcpu = malloc(sizeof(struct arm64_cpu *) * pmc_cpu_max(), in pmc_arm64_initialize()