Lines Matching refs:mmube0
91 unsigned int mmube0 = mfspr(SPRN_MMUBE0); in ppc47x_find_free_bolted() local
94 if (!(mmube0 & MMUBE0_VBE0)) in ppc47x_find_free_bolted()
96 if (!(mmube0 & MMUBE0_VBE1)) in ppc47x_find_free_bolted()
98 if (!(mmube0 & MMUBE0_VBE2)) in ppc47x_find_free_bolted()
111 unsigned int mmube0 = mfspr(SPRN_MMUBE0); in ppc47x_update_boltmap() local
114 if (mmube0 & MMUBE0_VBE0) in ppc47x_update_boltmap()
115 __set_bit((mmube0 >> MMUBE0_IBE0_SHIFT) & 0xff, in ppc47x_update_boltmap()
117 if (mmube0 & MMUBE0_VBE1) in ppc47x_update_boltmap()
118 __set_bit((mmube0 >> MMUBE0_IBE1_SHIFT) & 0xff, in ppc47x_update_boltmap()
120 if (mmube0 & MMUBE0_VBE2) in ppc47x_update_boltmap()
121 __set_bit((mmube0 >> MMUBE0_IBE2_SHIFT) & 0xff, in ppc47x_update_boltmap()