Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_e500.c385 if (pe < PMC_EV_E500_FIRST || pe > PMC_EV_E500_LAST) in e500_allocate_pmc()
H A Dpmc_events.h2390 #define PMC_EV_E500_LAST PMC_EV_E500_STWCX_FAILURES macro
/freebsd/lib/libpmc/
H A Dlibpmc.c1731 } else if (pe >= PMC_EV_E500_FIRST && pe <= PMC_EV_E500_LAST) { in _pmc_name_of_event()