Searched refs:abatron_pteptrs (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.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-6.12.1/arch/powerpc/mm/nohash/ |
D | mmu_context.c | 44 void *abatron_pteptrs[2]; variable 304 abatron_pteptrs[1] = next->pgd; in switch_mmu_context()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | mmu.h | 390 extern void *abatron_pteptrs[2];
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | head_44x.S | 212 lis r5, abatron_pteptrs@h 213 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 | 278 lis r5, abatron_pteptrs@h 279 ori r5, r5, abatron_pteptrs@l
|
D | head_book3s_32.S | 1000 lis r5, abatron_pteptrs@h 1001 ori r5, r5, abatron_pteptrs@l
|