Searched refs:gMMUOps (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/boot/arch/m68k/
H A Dmmu.cpp101 static const struct boot_mmu_ops *gMMUOps; variable in typeref:struct:boot_mmu_ops
200 gMMUOps->unmap_page(virtualAddress);
219 gMMUOps->add_page_table(virtualAddress);
224 gMMUOps->add_page_table(sMaxVirtualAddress);
236 gMMUOps->map_page(virtualAddress, physicalAddress, flags);
251 gMMUOps->load_rp(gPageRoot);
254 gMMUOps->allocate_kernel_pgdirs();
256 gMMUOps->enable_paging();
260 gMMUOps->add_page_table(KERNEL_LOAD_BASE);
414 //gMMUOps
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp102 static const struct boot_mmu_ops *gMMUOps; variable in typeref:struct:boot_mmu_ops
201 gMMUOps->unmap_page(virtualAddress);
220 gMMUOps->add_page_table(virtualAddress);
225 gMMUOps->add_page_table(sMaxVirtualAddress);
237 gMMUOps->map_page(virtualAddress, physicalAddress, flags);
252 gMMUOps->load_rp(gPageRoot);
255 gMMUOps->allocate_kernel_pgdirs();
257 gMMUOps->enable_paging();
261 gMMUOps->add_page_table(KERNEL_LOAD_BASE);
415 //gMMUOps
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp101 static const struct boot_mmu_ops *gMMUOps; variable in typeref:struct:boot_mmu_ops
200 gMMUOps->unmap_page(virtualAddress);
219 gMMUOps->add_page_table(virtualAddress);
224 gMMUOps->add_page_table(sMaxVirtualAddress);
236 gMMUOps->map_page(virtualAddress, physicalAddress, flags);
251 gMMUOps->load_rp(gPageRoot);
254 gMMUOps->allocate_kernel_pgdirs();
256 gMMUOps->enable_paging();
260 gMMUOps->add_page_table(KERNEL_LOAD_BASE);
414 //gMMUOps
[all...]

Completed in 84 milliseconds