Searched refs:insert_physical_allocated_range (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/kernel/boot/
H A Daddr_range.h38 status_t insert_physical_allocated_range(uint64 start, uint64 size);
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp326 && insert_physical_allocated_range((addr_t)map->physical_address,
533 insert_physical_allocated_range((addr_t)physicalAddress, size);
582 && insert_physical_allocated_range((addr_t)physicalAddress, length)
865 insert_physical_allocated_range(realBase, realSize * 2);
867 insert_physical_allocated_range(total - realSize, realSize);
869 insert_physical_allocated_range((addr_t)table, tableSize);
873 insert_physical_allocated_range(0x05800000, 0x06000000 - 0x05800000);
/haiku/src/system/boot/platform/efi/arch/generic/
H A Dgeneric_mmu.cpp91 insert_physical_allocated_range(base, size);
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp240 && insert_physical_allocated_range((addr_t)map->PhysicalAddress(),
440 insert_physical_allocated_range((addr_t)physicalAddress, size);
473 && insert_physical_allocated_range((addr_t)physicalAddress, length)
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp300 insert_physical_allocated_range((addr_t)args.platform.boot_tgz_data,
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp194 if (insert_physical_allocated_range(physicalAddress,
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp111 insert_physical_allocated_range(base, size);
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp122 insert_physical_allocated_range(base, size);
468 return insert_physical_allocated_range(base, size) == B_OK;
/haiku/src/system/boot/loader/
H A Dkernel_args.cpp312 insert_physical_allocated_range(uint64 start, uint64 size) function
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp441 insert_physical_allocated_range((addr_t)gMemBase, gFreeMem - gMemBase);

Completed in 169 milliseconds