Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/nohash/
D44x.c78 unsigned int mmube0 = mfspr(SPRN_MMUBE0); in ppc47x_find_free_bolted() local
81 if (!(mmube0 & MMUBE0_VBE0)) in ppc47x_find_free_bolted()
83 if (!(mmube0 & MMUBE0_VBE1)) in ppc47x_find_free_bolted()
85 if (!(mmube0 & MMUBE0_VBE2)) in ppc47x_find_free_bolted()
98 unsigned int mmube0 = mfspr(SPRN_MMUBE0); in ppc47x_update_boltmap() local
101 if (mmube0 & MMUBE0_VBE0) in ppc47x_update_boltmap()
102 __set_bit((mmube0 >> MMUBE0_IBE0_SHIFT) & 0xff, in ppc47x_update_boltmap()
104 if (mmube0 & MMUBE0_VBE1) in ppc47x_update_boltmap()
105 __set_bit((mmube0 >> MMUBE0_IBE1_SHIFT) & 0xff, in ppc47x_update_boltmap()
107 if (mmube0 & MMUBE0_VBE2) in ppc47x_update_boltmap()
[all …]