Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_arm64.c52 struct arm64_cpu { struct
56 static struct arm64_cpu **arm64_pcpu; argument
467 struct arm64_cpu *pac; in arm64_pcpu_init()
478 arm64_pcpu[cpu] = pac = malloc(sizeof(struct arm64_cpu), M_PMC, in arm64_pcpu_init()
569 arm64_pcpu = malloc(sizeof(struct arm64_cpu *) * pmc_cpu_max(), in pmc_arm64_initialize()