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

/haiku/src/system/kernel/arch/mips/
H A Darch_thread.cpp38 if(t_from->proc->arch_info.pgdir != t_to->proc->arch_info.pgdir)
39 sh4_set_user_pgdir((addr)t_to->proc->arch_info.pgdir);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp66 page_directory_entry *pgdir; local
78 pgdir = &(((page_directory_entry *)dirpage)[i%NUM_DIRTBL_PER_PAGE]);
85 if (PDE_TYPE(pgdir[j]) == DT_INVALID)
87 if (PDE_TYPE(pgdir[j]) != DT_DIR) {
91 pgtbl_pn = PDE_TO_PN(pgdir[j]);
170 // we already know the kernel pgdir mapping
200 // better rounding when only 1 pgdir
218 dprintf("pgdir at 0x%x\n", pgdir);
220 dprintf("final at 0x%x\n", &pgdir[v
235 phys_addr_t pgdir; local
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp347 page_directory_entry *pgdir; local
359 pgdir = &(((page_directory_entry *)dirpage)[i%NUM_DIRTBL_PER_PAGE]);
365 if (pgdir[j].type == DT_INVALID)
367 if (pgdir[j].type != DT_DIR) {
371 pgtbl_pn = PDE_TO_PN(pgdir[j]);
400 // put it in the pgdir
423 // put it in the pgdir
505 // better rounding when only 1 pgdir
529 dprintf("pgdir at 0x%x\n", pgdir);
541 addr_t pgdir; local
[all...]

Completed in 42 milliseconds