Lines Matching refs:limit
83 u64 base, limit;
86 limit = read_pci_config(0, nb, 1, 0x44 + i*8);
88 nodeids[i] = nodeid = limit & 7;
96 base, limit);
100 if (!limit) {
105 if ((base >> 8) & 3 || (limit >> 8) & 3) {
107 nodeid, (base >> 8) & 3, (limit >> 8) & 3);
116 limit >>= 16;
117 limit++;
118 limit <<= 24;
120 if (limit > end)
121 limit = end;
122 if (limit <= base)
130 if (limit > end)
131 limit = end;
132 if (limit == base) {
136 if (limit < base) {
138 nodeid, base, limit);
150 nodeid, base, limit);
153 numa_add_memblk(nodeid, base, limit);