Home
last modified time | relevance | path

Searched refs:this_end (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
Dchmc.c351 u64 this_end; in jbusmc_dimm_group_size() local
355 this_end = this_base + ent->reg_size; in jbusmc_dimm_group_size()
356 if (base < this_base || base >= this_end) in jbusmc_dimm_group_size()
358 if (this_end > max) in jbusmc_dimm_group_size()
359 this_end = max; in jbusmc_dimm_group_size()
360 if (this_end > max_seen) in jbusmc_dimm_group_size()
361 max_seen = this_end; in jbusmc_dimm_group_size()
/arch/sparc/mm/
Dinit_64.c1204 unsigned long this_end; in add_node_ranges() local
1207 this_end = memblock_nid_range(start, end, &nid); in add_node_ranges()
1211 nid, start, this_end); in add_node_ranges()
1213 memblock_set_node(start, this_end - start, in add_node_ranges()
1217 start = this_end; in add_node_ranges()
1772 unsigned long this_end, paddr = __pa(vstart); in kernel_map_range() local
1835 this_end = (vstart + PMD_SIZE) & PMD_MASK; in kernel_map_range()
1836 if (this_end > vend) in kernel_map_range()
1837 this_end = vend; in kernel_map_range()
1839 while (vstart < this_end) { in kernel_map_range()