Searched refs:mmube0 (Results 1 – 1 of 1) sorted by relevance
79 unsigned int mmube0 = mfspr(SPRN_MMUBE0); in ppc47x_find_free_bolted() local82 if (!(mmube0 & MMUBE0_VBE0)) in ppc47x_find_free_bolted()84 if (!(mmube0 & MMUBE0_VBE1)) in ppc47x_find_free_bolted()86 if (!(mmube0 & MMUBE0_VBE2)) in ppc47x_find_free_bolted()99 unsigned int mmube0 = mfspr(SPRN_MMUBE0); in ppc47x_update_boltmap() local102 if (mmube0 & MMUBE0_VBE0) in ppc47x_update_boltmap()103 __set_bit((mmube0 >> MMUBE0_IBE0_SHIFT) & 0xff, in ppc47x_update_boltmap()105 if (mmube0 & MMUBE0_VBE1) in ppc47x_update_boltmap()106 __set_bit((mmube0 >> MMUBE0_IBE1_SHIFT) & 0xff, in ppc47x_update_boltmap()108 if (mmube0 & MMUBE0_VBE2) in ppc47x_update_boltmap()[all …]
Completed in 3 milliseconds