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