Lines Matching refs:mmube1
79 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_find_free_bolted() local
87 if (!(mmube1 & MMUBE1_VBE3)) in ppc47x_find_free_bolted()
89 if (!(mmube1 & MMUBE1_VBE4)) in ppc47x_find_free_bolted()
91 if (!(mmube1 & MMUBE1_VBE5)) in ppc47x_find_free_bolted()
99 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_update_boltmap() local
110 if (mmube1 & MMUBE1_VBE3) in ppc47x_update_boltmap()
111 __set_bit((mmube1 >> MMUBE1_IBE3_SHIFT) & 0xff, in ppc47x_update_boltmap()
113 if (mmube1 & MMUBE1_VBE4) in ppc47x_update_boltmap()
114 __set_bit((mmube1 >> MMUBE1_IBE4_SHIFT) & 0xff, in ppc47x_update_boltmap()
116 if (mmube1 & MMUBE1_VBE5) in ppc47x_update_boltmap()
117 __set_bit((mmube1 >> MMUBE1_IBE5_SHIFT) & 0xff, in ppc47x_update_boltmap()