Searched refs:insert_physical_allocated_range (Results 1 – 10 of 10) sorted by relevance
/haiku/src/system/boot/platform/openfirmware/arch/ppc/ |
H A D | mmu.cpp | 326 && 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 D | addr_range.h | 38 status_t insert_physical_allocated_range(uint64 start, uint64 size);
|
/haiku/src/system/boot/platform/openfirmware/arch/sparc/ |
H A D | mmu.cpp | 240 && 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 D | generic_mmu.cpp | 91 insert_physical_allocated_range(base, size); in build_physical_allocated_list()
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | mmu.cpp | 136 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 D | mmu.cpp | 194 if (insert_physical_allocated_range(physicalAddress, in mmu_map_physical_memory()
|
/haiku/src/system/boot/platform/u-boot/ |
H A D | start.cpp | 297 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 D | arch_mmu.cpp | 111 insert_physical_allocated_range(base, size); in arch_mmu_post_efi_setup()
|
/haiku/src/system/boot/platform/riscv/ |
H A D | mmu.cpp | 440 insert_physical_allocated_range((addr_t)gMemBase, gFreeMem - gMemBase); in mmu_init_for_kernel()
|
/haiku/src/system/boot/loader/ |
H A D | kernel_args.cpp | 312 insert_physical_allocated_range(uint64 start, uint64 size) in insert_physical_allocated_range() function
|