Home
last modified time | relevance | path

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

/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp326 && insert_physical_allocated_range((addr_t)map->physical_address, in find_allocated_ranges()
533 insert_physical_allocated_range((addr_t)physicalAddress, size); in arch_mmu_allocate()
582 && insert_physical_allocated_range((addr_t)physicalAddress, length) in map_callback()
865 insert_physical_allocated_range(realBase, realSize * 2); in arch_mmu_init()
867 insert_physical_allocated_range(total - realSize, realSize); in arch_mmu_init()
869 insert_physical_allocated_range((addr_t)table, tableSize); in arch_mmu_init()
873 insert_physical_allocated_range(0x05800000, 0x06000000 - 0x05800000); in arch_mmu_init()
/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/sparc/
H A Dmmu.cpp240 && insert_physical_allocated_range((addr_t)map->PhysicalAddress(), in find_allocated_ranges()
440 insert_physical_allocated_range((addr_t)physicalAddress, size); in arch_mmu_allocate()
473 && insert_physical_allocated_range((addr_t)physicalAddress, length)
/haiku/src/system/boot/platform/efi/arch/generic/
H A Dgeneric_mmu.cpp91 insert_physical_allocated_range(base, size); in build_physical_allocated_list()
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp136 insert_physical_allocated_range(base, size); in allocate_physical()
482 return insert_physical_allocated_range(base, size) == B_OK; in mmu_allocate_physical()
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp194 if (insert_physical_allocated_range(physicalAddress, in mmu_map_physical_memory()
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp297 insert_physical_allocated_range((addr_t)args.platform.boot_tgz_data, in start_gen()
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp111 insert_physical_allocated_range(base, size); in arch_mmu_post_efi_setup()
/haiku/src/system/boot/platform/riscv/
H A Dmmu.cpp440 insert_physical_allocated_range((addr_t)gMemBase, gFreeMem - gMemBase); in mmu_init_for_kernel()
/haiku/src/system/boot/loader/
H A Dkernel_args.cpp312 insert_physical_allocated_range(uint64 start, uint64 size) in insert_physical_allocated_range() function