Lines Matching defs:end
963 int hash__create_section_mapping(unsigned long start, unsigned long end,
968 if (end >= H_VMALLOC_START) {
975 rc = htab_bolt_mapping(start, end, __pa(start),
980 int rc2 = htab_remove_mapping(start, end, mmu_linear_psize,
987 int hash__remove_section_mapping(unsigned long start, unsigned long end)
989 int rc = htab_remove_mapping(start, end, mmu_linear_psize,
1035 phys_addr_t base = 0, size = 0, end;
1083 * that we dont end up using old mappings.
1141 for_each_mem_range(i, &base, &end) {
1142 size = end - base;
1162 * tce_alloc_start/end are 16MB aligned so the mapping should work
1837 * This is called at the end of handling a user page fault, when the