Symbol: map_range
src/system/boot/platform/efi/arch/arm/arch_mmu.cpp
152
map_range(virtAddr, physAddr, alignedSize, flags);
src/system/boot/platform/efi/arch/arm/arch_mmu.cpp
282
map_range(vaddr, paddr, size,
src/system/boot/platform/efi/arch/arm64/arch_mmu.cpp
354
map_range(entry->VirtualStart, entry->PhysicalStart,
src/system/boot/platform/efi/arch/arm64/arch_mmu.cpp
365
map_range(vaddr, paddr, size,
src/system/boot/platform/efi/arch/arm64/arch_mmu.cpp
373
map_range(KERNEL_PMAP_BASE + range.start, range.start, range.size,
src/system/boot/platform/efi/arch/arm64/arch_mmu.cpp
384
map_range(base, regs_start, regs_size,
src/system/boot/platform/efi/arch/x86/arch_mmu.cpp
253
map_range(entry->VirtualStart, entry->PhysicalStart,
src/system/boot/platform/efi/arch/x86/arch_mmu.cpp
264
map_range(vaddr, paddr, size,
src/system/boot/platform/efi/arch/x86/arch_mmu.cpp
269
map_range((addr_t)0, (phys_addr_t)0, 1024*1024, kDefaultPageFlags);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
364
map_range(map->virtual_address, map->physical_address, map->length,
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
535
map_range(virtualAddress, physicalAddress, size, protection);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
598
map_range(virtualAddress, physicalAddress, length, mode);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
859
map_range((void *)realBase, (void *)realBase,
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
861
map_range((void *)(total - realSize), (void *)(total - realSize),
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
863
map_range((void *)table, (void *)table, tableSize, PAGE_READ_WRITE);
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
442
if (!map_range(virtualAddress, physicalAddress, size, protection))
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
489
map_range(virtualAddress, physicalAddress, length, mode);