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

/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_mapped.h51 return (void*)(physicalAddress + KERNEL_PMAP_BASE);
77 return (void*)(physicalAddress + KERNEL_PMAP_BASE);
85 if (physicalAddress >= KERNEL_PMAP_BASE)
88 *virtualAddress = physicalAddress + KERNEL_PMAP_BASE;
104 if (physicalAddress >= KERNEL_PMAP_BASE)
107 *virtualAddress = physicalAddress + KERNEL_PMAP_BASE;
124 if (physicalAddress >= KERNEL_PMAP_BASE)
127 *virtualAddress = physicalAddress + KERNEL_PMAP_BASE;
146 memset((void*)(address + KERNEL_PMAP_BASE), value, length);
158 auto from = (void*)(_from + KERNEL_PMAP_BASE);
[all...]
/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.cpp14 *_virtualAddress = KERNEL_PMAP_BASE + physicalAddress;
32 memset(reinterpret_cast<void*>(KERNEL_PMAP_BASE + address), value, length);
45 memcpy(to, reinterpret_cast<void*>(KERNEL_PMAP_BASE + from), length);
58 memcpy(reinterpret_cast<void*>(KERNEL_PMAP_BASE + to), from, length);
69 memcpy(reinterpret_cast<void*>(KERNEL_PMAP_BASE + to),
70 reinterpret_cast<void*>(KERNEL_PMAP_BASE + from), B_PAGE_SIZE);
H A Darch_vm_translation_map.cpp42 // nuke TTBR0 mapping, we use identity mapping in kernel space at KERNEL_PMAP_BASE
95 void* address = (void*) KERNEL_PMAP_BASE;
122 return reinterpret_cast<uint64_t*>(KERNEL_PMAP_BASE + pa);
H A Darch_int.cpp140 return reinterpret_cast<uint64_t*>(KERNEL_PMAP_BASE + pa);
H A DVMSAv8TranslationMap.cpp120 return reinterpret_cast<uint64_t*>(KERNEL_PMAP_BASE + pa);
/haiku/headers/private/kernel/arch/arm64/
H A Darch_kernel.h27 #define KERNEL_PMAP_BASE 0xffffff0000000000 macro
/haiku/headers/private/kernel/arch/x86/
H A Darch_kernel.h43 #define KERNEL_PMAP_BASE 0xffffff0000000000 macro
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp88 void* address = (void*)KERNEL_PMAP_BASE;
H A DX86VMTranslationMap64Bit.cpp145 STATIC_ASSERT(KERNEL_PMAP_BASE == 0xffffff0000000000);
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.cpp399 map_range(KERNEL_PMAP_BASE, 0, KERNEL_PMAP_SIZE - 1,

Completed in 157 milliseconds