Searched refs:abatron_pteptrs (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu_context.c30 void *abatron_pteptrs[2]; variable
126 abatron_pteptrs[1] = next->pgd;
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c44 void *abatron_pteptrs[2]; variable
307 abatron_pteptrs[1] = next->pgd;
/linux-master/arch/powerpc/include/asm/
H A Dmmu.h398 extern void *abatron_pteptrs[2];
/linux-master/arch/powerpc/kernel/
H A Dhead_40x.S647 lis r5, abatron_pteptrs@h
648 ori r5, r5, abatron_pteptrs@l
H A Dhead_8xx.S605 lis r5, abatron_pteptrs@h
606 ori r5, r5, abatron_pteptrs@l
H A Dhead_44x.S58 * of abatron_pteptrs
212 lis r5, abatron_pteptrs@h
213 ori r5, r5, abatron_pteptrs@l
216 stw r5, 0(r4) /* Save abatron_pteptrs at a fixed location */
H A Dhead_85xx.S62 * of abatron_pteptrs
278 lis r5, abatron_pteptrs@h
279 ori r5, r5, abatron_pteptrs@l
282 stw r5, 0(r4) /* Save abatron_pteptrs at a fixed location */
H A Dhead_book3s_32.S1014 lis r5, abatron_pteptrs@h
1015 ori r5, r5, abatron_pteptrs@l

Completed in 153 milliseconds