Searched refs:mmube1 (Results 1 – 3 of 3) sorted by relevance
79 unsigned int mmube1 = mfspr(SPRN_MMUBE1); in ppc47x_find_free_bolted() local87 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() local110 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()[all …]