Lines Matching +full:0 +full:x11300
60 #define PMC_EV_DYN_COUNT 0x1000
62 #define PMC_EV_SOFT_FIRST 0x20000
2399 * 0 0x1000 Reserved
2400 * 0x1000 0x0001 TSC
2401 * 0x2000 0x0080 free (was AMD K7 events)
2402 * 0x2080 0x0100 AMD K8 events
2403 * 0x10000 0x0080 INTEL architectural fixed-function events
2404 * 0x10080 0x0F80 free (was INTEL architectural programmable events)
2405 * 0x11000 0x0080 free (was INTEL Pentium 4 events)
2406 * 0x11080 0x0080 free (was INTEL Pentium MMX events)
2407 * 0x11100 0x0100 free (was INTEL Pentium Pro/P-II/P-III/Pentium-M events)
2408 * 0x11200 0x00FF free (was INTEL XScale events)
2409 * 0x11300 0x00FF free (was MIPS 24K events)
2410 * 0x11400 0x00FF free (was Octeon events)
2411 * 0x11500 0x00FF free (was MIPS 74K events)
2412 * 0x11600 0x00FF free (was BERI statcounters)
2413 * 0x13000 0x00FF MPC7450 events
2414 * 0x13100 0x00FF IBM PPC970 events
2415 * 0x13200 0x00FF free (was IBM POWER8 events)
2416 * 0x13300 0x00FF Freescale e500 events
2417 * 0x14000 0x0100 ARMv7 events
2418 * 0x14100 0x0400 ARMv8 events
2419 * 0x14500 0x0020 ARM DMC-620 clkdiv2 events
2420 * 0x14520 0x0080 ARM DMC-620 clk events
2421 * 0x14600 0x0100 ARM CMN-600 events
2422 * 0x20000 0x1000 Software events
2425 __PMC_EV_BLOCK(TSC, 0x01000) \
2427 __PMC_EV_BLOCK(K8, 0x02080) \
2429 __PMC_EV_BLOCK(IAF, 0x10000) \
2431 __PMC_EV_BLOCK(PPC7450, 0x13000) \
2433 __PMC_EV_BLOCK(PPC970, 0x13100) \
2435 __PMC_EV_BLOCK(E500, 0x13300) \
2437 __PMC_EV_BLOCK(ARMV7, 0x14000) \
2439 __PMC_EV_BLOCK(ARMV8, 0x14100) \
2441 __PMC_EV_BLOCK(DMC620_PMU_CD2, 0x14500) \
2443 __PMC_EV_BLOCK(DMC620_PMU_C, 0x14520) \
2445 __PMC_EV_BLOCK(CMN600_PMU, 0x14600) \