Searched refs:BAT_G (Results 1 – 2 of 2) sorted by relevance
80 #define BAT_G 0x00000008 /* guarded region */ macro
710 battable[0x8].batl = BATL(0x80000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()713 battable[0x9].batl = BATL(0x90000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()716 battable[0xa].batl = BATL(0xa0000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()719 battable[0xb].batl = BATL(0xb0000000, BAT_I|BAT_G, BAT_PP_RW); in moea_bootstrap()2646 prot = battable[idx].batl & (BAT_I|BAT_G|BAT_PP_RW); in moea_bat_mapped()2647 if (prot != (BAT_I|BAT_G|BAT_PP_RW)) in moea_bat_mapped()