Searched refs:pgtable_phys (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp378 phys_addr_t pgtable_phys; local
383 get_free_pgtable(args, &pgtable_phys, &pgtable_virt);
387 pgtable_phys, pgtable_virt);
394 PutPageTableInPageDir(e, pgtable_phys,
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp420 addr_t pgtable_phys, uint32 attributes)
425 table.addr = TA_TO_PDEA(pgtable_phys);
419 put_pgtable_in_pgdir(page_directory_entry *entry, addr_t pgtable_phys, uint32 attributes) argument

Completed in 42 milliseconds