Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof_armv8.c267 armv8_pmu_detect(void) in armv8_pmu_detect() function
281 KASSERT(armv8_pmu_detect()); in armv8_pmu_init()
H A Dtprof_armv8.h32 bool armv8_pmu_detect(void);
/netbsd-src/sys/arch/arm/acpi/
H A Dcpu_acpi.c161 if (cpu_mpidr_aff_read() == mpidr && armv8_pmu_detect()) in cpu_acpi_find_processor()