Lines Matching defs:tmp
1583 unsigned int cpu = nr_cpu_ids, tmp;
1586 for_each_cpu(tmp, cpu_mask) {
1587 int this_count = its_read_lpi_count(d, tmp);
1589 cpu = tmp;
2063 struct lpi_range *range, *tmp;
2068 list_for_each_entry_safe(range, tmp, &lpi_range_list, entry) {
2328 u64 baser_phys, tmp;
2391 tmp = baser->val;
2393 if ((val ^ tmp) & GITS_BASER_SHAREABILITY_MASK) {
2401 shr = tmp & GITS_BASER_SHAREABILITY_MASK;
2408 if (val != tmp) {
2411 val, tmp);
2419 tmp = indirect ? GITS_LVL1_ENTRY_SIZE : esz;
2422 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp),
2435 u64 tmp = its_read_baser(its, baser);
2436 u64 type = GITS_BASER_TYPE(tmp);
2437 u64 esz = GITS_BASER_ENTRY_SIZE(tmp);
3100 u64 val, tmp;
3136 tmp = gicr_read_propbaser(rbase + GICR_PROPBASER);
3139 tmp &= ~GICR_PROPBASER_SHAREABILITY_MASK;
3141 if ((tmp ^ val) & GICR_PROPBASER_SHAREABILITY_MASK) {
3142 if (!(tmp & GICR_PROPBASER_SHAREABILITY_MASK)) {
3163 tmp = gicr_read_pendbaser(rbase + GICR_PENDBASER);
3166 tmp &= ~GICR_PENDBASER_SHAREABILITY_MASK;
3168 if (!(tmp & GICR_PENDBASER_SHAREABILITY_MASK)) {
3281 struct its_device *its_dev = NULL, *tmp;
3286 list_for_each_entry(tmp, &its->its_device_list, entry) {
3287 if (tmp->device_id == dev_id) {
3288 its_dev = tmp;
5093 u64 baser, tmp;
5154 tmp = gits_read_cbaser(its->base + GITS_CBASER);
5157 tmp &= ~GITS_CBASER_SHAREABILITY_MASK;
5159 if ((tmp ^ baser) & GITS_CBASER_SHAREABILITY_MASK) {
5160 if (!(tmp & GITS_CBASER_SHAREABILITY_MASK)) {