Symbol: insert_physical_allocated_range
headers/private/kernel/boot/addr_range.h
38
status_t insert_physical_allocated_range(uint64 start, uint64 size);
src/system/boot/platform/bios_ia32/mmu.cpp
136
insert_physical_allocated_range(base, size);
src/system/boot/platform/bios_ia32/mmu.cpp
485
return insert_physical_allocated_range(base, size) == B_OK;
src/system/boot/platform/efi/arch/generic/generic_mmu.cpp
91
insert_physical_allocated_range(base, size);
src/system/boot/platform/efi/arch/x86_64/arch_mmu.cpp
111
insert_physical_allocated_range(base, size);
src/system/boot/platform/efi/mmu.cpp
195
if (insert_physical_allocated_range(physicalAddress,
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
326
&& insert_physical_allocated_range((addr_t)map->physical_address,
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
533
insert_physical_allocated_range((addr_t)physicalAddress, size);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
582
&& insert_physical_allocated_range((addr_t)physicalAddress, length)
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
865
insert_physical_allocated_range(realBase, realSize * 2);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
867
insert_physical_allocated_range(total - realSize, realSize);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
869
insert_physical_allocated_range((addr_t)table, tableSize);
src/system/boot/platform/openfirmware/arch/ppc/mmu.cpp
873
insert_physical_allocated_range(0x05800000, 0x06000000 - 0x05800000);
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
240
&& insert_physical_allocated_range((addr_t)map->PhysicalAddress(),
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
440
insert_physical_allocated_range((addr_t)physicalAddress, size);
src/system/boot/platform/openfirmware/arch/sparc/mmu.cpp
473
&& insert_physical_allocated_range((addr_t)physicalAddress, length)
src/system/boot/platform/riscv/mmu.cpp
435
insert_physical_allocated_range((addr_t)gMemBase, gFreeMem - gMemBase);
src/system/boot/platform/u-boot/start.cpp
297
insert_physical_allocated_range((addr_t)args.platform.boot_tgz_data,