Home
last modified time | relevance | path

Searched refs:mmube1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/mm/nohash/
H A D44x.c80 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()
[all …]