Lines Matching defs:value
85 * 46-47: GRS_L2SEL value
86 * 44-45: GRS_L3SEL value
87 * 41-44: GRS_MCSEL value
88 * 39-40: GRS_FABSEL value
92 * 36-37: TTM0SEL value (0=FPU, 2=IFU, 3=ISU1) 0x30_0000_0000
95 * 34-35: TTM1SEL value (0=IDU, 3=GRS) 0x0c_0000_0000
139 unsigned long mask = 0, value = 0;
147 value |= 1 << sh;
158 value |= unit_cons[unit][1];
172 value |= (unsigned long)((event >> PM_GRS_SH) & fmask)
177 value |= (unsigned long)unit << (24 - 4 * byte);
182 value |= 0x1000000000000ul;
185 *valp = value;
358 * Indexed by PMCSEL value, bit i (LE) set if PMC i is a marked event.
360 * The 0x80 bit indicates a byte decode PMCSEL value.