Home
last modified time | relevance | path

Searched refs:PhysicalStart (Results 1 – 12 of 12) sorted by relevance

/haiku/src/system/boot/platform/efi/arch/generic/
H A Dgeneric_mmu.cpp30 uint64_t base = entry->PhysicalStart; in build_physical_memory_list()
31 uint64_t end = entry->PhysicalStart + entry->NumberOfPages * B_PAGE_SIZE; in build_physical_memory_list()
64 uint64_t base = entry->PhysicalStart; in build_physical_memory_list()
89 uint64_t base = entry->PhysicalStart; in build_physical_allocated_list()
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp92 uint64_t base = entry->PhysicalStart; in arch_mmu_post_efi_setup()
93 uint64_t end = entry->PhysicalStart + entry->NumberOfPages * 4096; in arch_mmu_post_efi_setup()
119 entry->VirtualStart = entry->PhysicalStart; in arch_mmu_post_efi_setup()
138 uint64_t base = entry->PhysicalStart; in arch_mmu_post_efi_setup()
139 uint64_t end = entry->PhysicalStart + entry->NumberOfPages * 4096; in arch_mmu_post_efi_setup()
238 entry->PhysicalStart + entry->NumberOfPages * 4096); in arch_mmu_generate_post_efi_page_tables()
H A Darch_start.cpp124 entry->PhysicalStart, in arch_start_kernel()
125 entry->PhysicalStart + entry->NumberOfPages * B_PAGE_SIZE, in arch_start_kernel()
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_start.cpp80 entry->PhysicalStart, entry->PhysicalStart + entry->NumberOfPages * B_PAGE_SIZE, in arch_start_kernel()
85 loaderCode = entry->PhysicalStart; in arch_start_kernel()
H A Darch_mmu.cpp406 map_range(entry->VirtualStart, entry->PhysicalStart, in arch_mmu_generate_post_efi_page_tables()
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_start.cpp99 entry->PhysicalStart, in arch_start_kernel()
100 entry->PhysicalStart + entry->NumberOfPages * B_PAGE_SIZE, in arch_start_kernel()
H A Darch_mmu.cpp353 if (entry->PhysicalStart == RESERVED_MEMORY_BASE) { in fix_memory_map_for_m_mode()
396 MapRange(entry->VirtualStart, entry->PhysicalStart, entry->NumberOfPages * B_PAGE_SIZE, in arch_mmu_generate_post_efi_page_tables()
412 MapRange(entry->VirtualStart, entry->PhysicalStart, entry->NumberOfPages * B_PAGE_SIZE, in arch_mmu_generate_post_efi_page_tables()
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_start.cpp111 entry->PhysicalStart, in arch_start_kernel()
112 entry->PhysicalStart + entry->NumberOfPages * B_PAGE_SIZE, in arch_start_kernel()
H A Darch_mmu.cpp253 map_range(entry->VirtualStart, entry->PhysicalStart, in arch_mmu_generate_post_efi_page_tables()
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_start.cpp146 entry->PhysicalStart, in arch_start_kernel()
147 entry->PhysicalStart + entry->NumberOfPages * B_PAGE_SIZE, in arch_start_kernel()
H A Darch_mmu.cpp166 entry->VirtualStart = map_range_to_new_area(entry->PhysicalStart, size, flags); in map_range_to_new_area()
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h31 efi_physical_addr PhysicalStart; member