Home
last modified time | relevance | path

Searched refs:map_end (Results 1 – 4 of 4) sorted by relevance

/arch/x86/mm/
A Dinit.c628 unsigned long map_end) in memory_map_top_down() argument
644 map_end); in memory_map_top_down()
647 real_end = max(map_start, ALIGN_DOWN(map_end, PMD_SIZE)); in memory_map_top_down()
682 if (real_end < map_end) in memory_map_top_down()
683 init_range_memory_mapping(real_end, map_end); in memory_map_top_down()
698 unsigned long map_end) in memory_map_bottom_up() argument
714 while (start < map_end) { in memory_map_bottom_up()
715 if (step_size && map_end - start > step_size) { in memory_map_bottom_up()
717 if (next > map_end) in memory_map_bottom_up()
718 next = map_end; in memory_map_bottom_up()
[all …]
/arch/powerpc/platforms/ps3/
A Dgelic_udbg.c80 u64 map_end = (real_end + 0xfff) & ~0xfff; in map_dma_mem() local
86 map_end - map_start, 12, 0, in map_dma_mem()
92 bus_addr, map_end - map_start, in map_dma_mem()
/arch/x86/platform/efi/
A Defi.c275 const efi_memory_desc_t *end = efi.memmap.map_end; in efi_clean_memmap()
570 return efi.memmap.map_end - efi.memmap.desc_size; in efi_map_next_entry_reverse()
618 if (entry >= efi.memmap.map_end) in efi_map_next_entry()
A Dmemmap.c187 old < old_memmap->map_end; in efi_memmap_insert()

Completed in 14 milliseconds