Searched refs:abatron_pteptrs (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/arch/powerpc/mm/book3s32/ |
D | mmu_context.c | 30 void *abatron_pteptrs[2]; variable 126 abatron_pteptrs[1] = next->pgd; in switch_mmu_context()
|
/Linux-v6.1/arch/powerpc/mm/nohash/ |
D | mmu_context.c | 44 void *abatron_pteptrs[2]; variable 307 abatron_pteptrs[1] = next->pgd; in switch_mmu_context()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | mmu.h | 409 extern void *abatron_pteptrs[2];
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | head_40x.S | 645 lis r5, abatron_pteptrs@h 646 ori r5, r5, abatron_pteptrs@l
|
D | head_44x.S | 213 lis r5, abatron_pteptrs@h 214 ori r5, r5, abatron_pteptrs@l
|
D | head_8xx.S | 604 lis r5, abatron_pteptrs@h 605 ori r5, r5, abatron_pteptrs@l
|
D | head_85xx.S | 277 lis r5, abatron_pteptrs@h 278 ori r5, r5, abatron_pteptrs@l
|
D | head_book3s_32.S | 1006 lis r5, abatron_pteptrs@h 1007 ori r5, r5, abatron_pteptrs@l
|