Home
last modified time | relevance | path

Searched refs:PTE_G (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/booke/
H A Dpte.h55 #define PTE_IO (PTE_I|PTE_G|PTE_xW|PTE_xR)
70 #define PTE_WIG (PTE_W|PTE_I|PTE_G)
74 #define PTE_G MAS2_G /* Guarded */ macro
150 return PTE_I|PTE_G; in pte_ionocached_bits()
156 return PTE_G; in pte_iocached_bits()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dppc_pte.h84 #define PTE_G 0x00000008 /* guarded region (not on 601) */ macro
85 #define PTE_WIMG (PTE_W|PTE_I|PTE_M|PTE_G)
86 #define PTE_IG (PTE_I|PTE_G)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/oea/
H A Dpte.h99 #define PTE_G 0x00000008 /* guarded region (not on 601) */ macro
100 #define PTE_WIMG (PTE_W|PTE_I|PTE_M|PTE_G)
101 #define PTE_IG (PTE_I|PTE_G)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dpte.h93 #define PTE_G __BIT(2) // Global macro
148 return kernel_p ? PTE_G : 0; in pte_nv_entry()
251 return PTE_V | PTE_G | PTE_T | pa; in pte_pde_pdetab()
257 return PTE_V | PTE_G | PTE_T | pa; in pte_pde_ptpage()
/dports/emulators/qemu-utils/qemu-4.2.1/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h468 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h516 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h499 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h468 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h505 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h515 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h452 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu/qemu-6.2.0/target/riscv/
H A Dmonitor.c75 attr & PTE_G ? 'g' : '-', in print_pte()
H A Dcpu_bits.h472 #define PTE_G 0x020 /* Global */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/riscv/
H A Dgenassym.cf192 define PTE_G PTE_G
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dmemory_ppc.cc178 if (instr && lower_pte & PTE_G) in ppc_vtp32()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/riscv/
H A Dcpu_bits.h404 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/opensbi/include/sbi/
H A Driscv_encoding.h198 #define PTE_G 0x020 /* Global */ macro
/dports/emulators/qemu42/qemu-4.2.1/roms/opensbi/include/sbi/
H A Driscv_encoding.h198 #define PTE_G 0x020 /* Global */ macro

12