Searched refs:BAT_G (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | entry.S | 342 .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/src/sys/arch/amigappc/amigappc/ |
| D | machdep.c | 378 if (!(prot & (BAT_I | BAT_G))) { in amigappc_bat_add() 542 amigappc_batinit(0x00000000, BAT_BL_16M, BAT_I|BAT_G, in initppc() 548 amigappc_batinit(0x00000000, BAT_BL_16M, BAT_I|BAT_G, in initppc() 551 0x40000000, BAT_BL_256M, BAT_I|BAT_G, in initppc()
|
| /netbsd/src/sys/arch/rs6000/stand/boot/ |
| D | boot.c | 79 #define BAT_G 0x00000008 macro 123 batl = BATL(0xFF600000, BAT_I|BAT_G, BAT_PP_RW); in setled()
|
| /netbsd/src/sys/arch/powerpc/include/oea/ |
| D | bat.h | 86 #define BAT_G 0x00000008 /* guarded region (not on 601) */ macro
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | db_interface.c | 362 if (wimg & BAT_G) in print_wimg()
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | oea_machdep.c | 555 const register_t batl = BATL(pa, BAT_I|BAT_G, BAT_PP_RW); in oea_iobat_add()
|