Lines Matching refs:mmube1
80 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_find_free_bolted() local
88 if (!(mmube1 & MMUBE1_VBE3)) in ppc47x_find_free_bolted()
90 if (!(mmube1 & MMUBE1_VBE4)) in ppc47x_find_free_bolted()
92 if (!(mmube1 & MMUBE1_VBE5)) in ppc47x_find_free_bolted()
100 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_update_boltmap() local
111 if (mmube1 & MMUBE1_VBE3) in ppc47x_update_boltmap()
112 __set_bit((mmube1 >> MMUBE1_IBE3_SHIFT) & 0xff, in ppc47x_update_boltmap()
114 if (mmube1 & MMUBE1_VBE4) in ppc47x_update_boltmap()
115 __set_bit((mmube1 >> MMUBE1_IBE4_SHIFT) & 0xff, in ppc47x_update_boltmap()
117 if (mmube1 & MMUBE1_VBE5) in ppc47x_update_boltmap()
118 __set_bit((mmube1 >> MMUBE1_IBE5_SHIFT) & 0xff, in ppc47x_update_boltmap()