Lines Matching +full:- +full:1 +full:ul
1 /* SPDX-License-Identifier: GPL-2.0 */
11 #define PERFMON_CMD_ENABLE 1
28 #define EV5_PCTR_0 (1UL<<0)
29 #define EV5_PCTR_1 (1UL<<1)
30 #define EV5_PCTR_2 (1UL<<2)
41 #define EV6_PCTR_0 (1UL<<0)
42 #define EV6_PCTR_1 (1UL<<1)
51 #define EV67_PCTR_0 (1UL<<0)
52 #define EV67_PCTR_1 (1UL<<1)
63 * in Table E-23 regarding the bits that set the event PCTR 1 counts.
70 #define EV6_PCTR_0_CYCLES (0UL << 4)
71 #define EV6_PCTR_0_INSTRUCTIONS (1UL << 4)
74 #define EV6_PCTR_1_BRANCHES 1
86 #define EV67_PCTR_MODE_PROFILEME (1UL<<4)
87 #define EV67_PCTR_MODE_AGGREGATE (0UL<<4)
89 #define EV67_PCTR_INSTR_CYCLES (0UL<<2)
90 #define EV67_PCTR_CYCLES_UNDEF (1UL<<2)
91 #define EV67_PCTR_INSTR_BCACHEMISS (2UL<<2)
92 #define EV67_PCTR_CYCLES_MBOX (3UL<<2)