Searched refs:supervisor (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_mmu.h31 * routines. Both supervisor and root pointers must be used so we can't
37 * part of the tree, with the possibility to force supervisor only for
79 uint32 supervisor : 1;
109 uint32 supervisor : 1;
H A Darch_030_mmu.h38 uint32 supervisor : 1; member in struct:long_page_directory_entry
66 uint32 supervisor : 1; member in struct:long_page_table_entry
H A Darch_040_mmu.h47 uint32 supervisor : 1; member in struct:short_page_table_entry
/haiku/src/system/boot/platform/riscv/
H A Dtraps_asm.S38 sd t0, 2*8(sp) # save supervisor SP
/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp256 pt[index].supervisor = 1;
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp453 page.supervisor = (attributes & B_USER_PROTECTION) == 0;
454 if (page.supervisor)
842 if (!pt[index].supervisor)
928 pt[index].supervisor = (attributes & B_USER_PROTECTION) == 0;
1079 pt[i].supervisor = 1;

Completed in 94 milliseconds