Lines Matching defs:value
81 * 54-55: TTM0SEL value (0=FPU, 2=IFU, 3=ISU1) 0xc0_0000_0000_0000
84 * 52-53: TTM1SEL value (0=IDU, 3=GRS) 0x30_0000_0000_0000
91 * 46-47: GRS_L2SEL value
92 * 44-45: GRS_L3SEL value
93 * 41-44: GRS_MCSEL value
94 * 39-40: GRS_FABSEL value
143 unsigned long mask = 0, value = 0;
152 value |= 1 << sh;
165 value |= unit_cons[unit][1];
179 value |= (unsigned long)((event >> PM_GRS_SH) & fmask)
190 value |= (unsigned long)unit << (24 - 4 * byte);
195 value |= 0x080000000ul;
199 value |= 0x10000000ul;
204 value |= 0x1000000000000ul;
207 *valp = value;
294 * Indexed by PMCSEL value, bit i (LE) set if PMC i is a marked event.
296 * The 0x80 bit indicates a byte decode PMCSEL value.