Lines Matching refs:base
83 u64 base, limit;
85 base = read_pci_config(0, nb, 1, 0x40 + i*8);
89 if ((base & 3) == 0) {
96 base, limit);
101 pr_info("Skipping node entry %d (base %Lx)\n",
102 i, base);
105 if ((base >> 8) & 3 || (limit >> 8) & 3) {
107 nodeid, (base >> 8) & 3, (limit >> 8) & 3);
122 if (limit <= base)
125 base >>= 16;
126 base <<= 24;
128 if (base < start)
129 base = start;
132 if (limit == base) {
136 if (limit < base) {
138 nodeid, base, limit);
143 if (prevbase > base) {
145 prevbase, base);
150 nodeid, base, limit);
152 prevbase = base;
153 numa_add_memblk(nodeid, base, limit);