Searched defs:pageTable (Results 1 - 20 of 20) sorted by relevance

/haiku/src/system/boot/platform/riscv/
H A Dsmp.cpp35 smp_boot_other_cpus(uint64 pageTable, uint64 kernel_entry) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_mmu.cpp43 ppc_set_page_table(page_table_entry_group *pageTable, size_t size) argument
/haiku/src/system/boot/platform/efi/
H A Dsmp.cpp51 smp_boot_other_cpus(addr_t pageTable, argument
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp64 Init( page_table_entry_group *pageTable) argument
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp64 Init( page_table_entry_group *pageTable) argument
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong.cpp148 uint64* pageTable; local
H A Dmmu.cpp172 uint32 *pageTable = get_next_page_table(); local
211 uint32 *pageTable = (uint32 *)(sPageDirectory[virtualAddress local
235 uint32 *pageTable local
336 uint32 *pageTable = get_next_page_table(); local
[all...]
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_mmu.cpp200 uint64_t *pageTable; local
/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.cpp31 VMSAv8TranslationMap( bool kernel, phys_addr_t pageTable, int pageBits, int vaBits, int minBlockLevel) argument
/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_mmu.cpp69 uint32_t *pageTable = (uint32_t *)(directoryEntry & X86_PDE_ADDRESS_MASK); local
88 uint32_t *pageTable = (uint32_t *)mmu_allocate_page(); local
149 uint32_t *pageTable = NULL; local
[all...]
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_mmu.cpp60 uint32_t *pageTable = (uint32_t *)(directoryEntry & ARM_PDE_ADDRESS_MASK); local
78 uint32 *pageTable = sNextPageTable; local
91 uint32 *pageTable = NULL; local
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp34 LookupPte(phys_addr_t pageTable, addr_t virtAdr) argument
H A DRISCV64VMTranslationMap.cpp234 RISCV64VMTranslationMap(bool kernel, phys_addr_t pageTable) argument
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp102 page_table_entry* pageTable = (page_table_entry*)vm_allocate_early(args, local
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp246 uint64* pageTable = X86PagingMethod64Bit::PageTableForAddress( local
296 uint64* pageTable = X86PagingMethod64Bit::PageTableForAddress( local
413 uint64* pageTable = X86PagingMethod64Bit::PageTableForAddress( local
694 uint64* pageTable = X86PagingMethod64Bit::PageTableForAddress( local
[all...]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp102 page_table_entry* pageTable = (page_table_entry*)vm_allocate_early(args, local
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp174 page_table_entry* pageTable = (page_table_entry*)vm_allocate_early(args, local
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp285 find_allocated_ranges(void *oldPageTable, void *pageTable, argument
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp415 pae_page_table_entry* pageTable local
465 pae_page_table_entry* pageTable local
523 pae_page_table_entry* pageTable local
581 pae_page_table_entry* pageTable local
661 pae_page_table_entry* pageTable local
799 pae_page_table_entry* pageTable local
852 pae_page_table_entry* pageTable local
903 pae_page_table_entry* pageTable local
953 pae_page_table_entry* pageTable local
1023 pae_page_table_entry* pageTable local
1309 pae_page_table_entry* pageTable local
[all...]
H A DX86PagingMethodPAE.cpp410 pae_page_table_entry* pageTable = (pae_page_table_entry*)vm_allocate_early( local
681 pae_page_table_entry* pageTable; local
471 Init(area_id dataArea, pae_page_table_entry* pageTable, area_id virtualArea, addr_t virtualBase) argument
[all...]

Completed in 138 milliseconds