Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hwpmc/
Dpmc_events.h1785 __PMC_EV_BLOCK(TSC, 0x01000) \
1787 __PMC_EV_BLOCK(IAF, 0x10000) \
1789 __PMC_EV_BLOCK(K7, 0x2000) \
1791 __PMC_EV_BLOCK(K8, 0x2080) \
1793 __PMC_EV_BLOCK(XSCALE, 0x11200) \
1795 __PMC_EV_BLOCK(MIPS24K, 0x11300) \
1797 __PMC_EV_BLOCK(OCTEON, 0x11400) \
1799 __PMC_EV_BLOCK(MIPS74K, 0x11500) \
1801 __PMC_EV_BLOCK(UCP, 0x12080) \
1803 __PMC_EV_BLOCK(PPC7450, 0x13000) \
[all …]
/freebsd-12-stable/sys/sys/
Dpmc.h323 #undef __PMC_EV_BLOCK
324 #define __PMC_EV_BLOCK(C,V) PMC_EV_ ## C ## __BLOCK_START = (V) - 1 , macro