Searched refs:this_end (Results 1 – 3 of 3) sorted by relevance
/arch/x86/mm/ |
D | memtest.c | 75 phys_addr_t this_start, this_end; in do_one_pass() local 77 for_each_free_mem_range(i, NUMA_NO_NODE, &this_start, &this_end, NULL) { in do_one_pass() 79 this_end = clamp_t(phys_addr_t, this_end, start, end); in do_one_pass() 80 if (this_start < this_end) { in do_one_pass() 83 (unsigned long long)this_end, in do_one_pass() 85 memtest(pattern, this_start, this_end - this_start); in do_one_pass()
|
/arch/sparc/kernel/ |
D | chmc.c | 350 u64 this_end; in jbusmc_dimm_group_size() local 354 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size() 355 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size() 357 if (this_end > max) in jbusmc_dimm_group_size() 358 this_end = max; in jbusmc_dimm_group_size() 359 if (this_end > max_seen) in jbusmc_dimm_group_size() 360 max_seen = this_end; in jbusmc_dimm_group_size()
|
/arch/sparc/mm/ |
D | init_64.c | 1024 unsigned long this_end; in add_node_ranges() local 1027 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges() 1031 nid, start, this_end); in add_node_ranges() 1033 memblock_set_node(start, this_end - start, in add_node_ranges() 1035 start = this_end; in add_node_ranges() 1518 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local 1558 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range() 1559 if (this_end > vend) in kernel_map_range() 1560 this_end = vend; in kernel_map_range() 1562 while (vstart < this_end) { in kernel_map_range()
|