endx 245 arch/x86/pci/amd_bus.c u64 endx = 0; endx 261 arch/x86/pci/amd_bus.c endx = fam10h_mmconf_start - 1; endx 262 arch/x86/pci/amd_bus.c update_res(info, start, endx, IORESOURCE_MEM, 0); endx 264 arch/x86/pci/amd_bus.c endx + 1); endx 265 arch/x86/pci/amd_bus.c printk(KERN_CONT " ==> [%llx, %llx]", start, endx); endx 271 arch/x86/pci/amd_bus.c printk(KERN_CONT " %s [%llx, %llx]", endx ? "and" : "==>", start, end); endx 273 arch/x86/pci/amd_bus.c printk(KERN_CONT "%s\n", endx?"":" ==> none"); endx 146 scripts/dtc/util.c char *endx; endx 152 scripts/dtc/util.c val = strtol(x, &endx, 8); endx 154 scripts/dtc/util.c assert(endx > x); endx 156 scripts/dtc/util.c (*i) += endx - x; endx 169 scripts/dtc/util.c char *endx; endx 175 scripts/dtc/util.c val = strtol(x, &endx, 16); endx 176 scripts/dtc/util.c if (!(endx > x)) endx 179 scripts/dtc/util.c (*i) += endx - x;