Lines Matching defs:slot
106 int i, slot;
110 slot = -1;
113 slot = i;
118 if (WARN(slot < 0, "%s(%pa, %08lx) not found slot\n",
127 prev_size[slot] = size;
145 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot;
156 __func__, &phys_addr, size, slot, offset, slot_virt[slot]);
158 prev_map[slot] = (void __iomem *)(offset + slot_virt[slot]);
159 return prev_map[slot];
168 int i, slot;
170 slot = -1;
173 slot = i;
178 if (WARN(slot < 0, "%s(%p, %08lx) not found slot\n",
182 if (WARN(prev_size[slot] != size,
184 __func__, addr, size, slot, prev_size[slot]))
188 __func__, addr, size, slot);
197 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot;
206 prev_map[slot] = NULL;