Searched refs:BAT_G (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/evbppc/wii/
H A Dwii_mmuinit.S125 /* BATL(0x0c000000, BAT_I|BAT_G, BAT_PP_RW) */
127 ori %r12, %r12, BAT_I|BAT_G|BAT_PP_RW
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Dentry.S342 .long xBATL(0x80000000, BAT_I|BAT_G, BAT_PP_RW)
344 .long xBATL(0xfc000000, BAT_I|BAT_G, BAT_PP_RW)
346 .long xBATL(0x70000000, BAT_I|BAT_G, BAT_PP_RW)
/netbsd-current/sys/arch/amigappc/amigappc/
H A Dmachdep.c378 if (!(prot & (BAT_I | BAT_G))) {
542 amigappc_batinit(0x00000000, BAT_BL_16M, BAT_I|BAT_G,
548 amigappc_batinit(0x00000000, BAT_BL_16M, BAT_I|BAT_G,
551 0x40000000, BAT_BL_256M, BAT_I|BAT_G,
/netbsd-current/sys/arch/rs6000/stand/boot/
H A Dboot.c79 #define BAT_G 0x00000008 macro
123 batl = BATL(0xFF600000, BAT_I|BAT_G, BAT_PP_RW);
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dbat.h86 #define BAT_G 0x00000008 /* guarded region (not on 601) */ macro
/netbsd-current/sys/arch/powerpc/powerpc/
H A Ddb_interface.c360 if (wimg & BAT_G)
/netbsd-current/sys/arch/powerpc/oea/
H A Doea_machdep.c555 const register_t batl = BATL(pa, BAT_I|BAT_G, BAT_PP_RW);

Completed in 118 milliseconds