Searched refs:mmube1 (Results 1 – 1 of 1) sorted by relevance
92 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_find_free_bolted() local100 if (!(mmube1 & MMUBE1_VBE3)) in ppc47x_find_free_bolted()102 if (!(mmube1 & MMUBE1_VBE4)) in ppc47x_find_free_bolted()104 if (!(mmube1 & MMUBE1_VBE5)) in ppc47x_find_free_bolted()112 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_update_boltmap() local123 if (mmube1 & MMUBE1_VBE3) in ppc47x_update_boltmap()124 __set_bit((mmube1 >> MMUBE1_IBE3_SHIFT) & 0xff, in ppc47x_update_boltmap()126 if (mmube1 & MMUBE1_VBE4) in ppc47x_update_boltmap()127 __set_bit((mmube1 >> MMUBE1_IBE4_SHIFT) & 0xff, in ppc47x_update_boltmap()129 if (mmube1 & MMUBE1_VBE5) in ppc47x_update_boltmap()[all …]