Searched refs:abatron_pteptrs (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/ |
H A D | mmu_context.c | 30 void *abatron_pteptrs[2]; variable 126 abatron_pteptrs[1] = next->pgd; in switch_mmu_context()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_40x.S | 613 lis r5, abatron_pteptrs@h 614 ori r5, r5, abatron_pteptrs@l 694 lis r5, abatron_pteptrs@ha 695 stw r4, abatron_pteptrs@l + 0x4(r5) 721 abatron_pteptrs: label
|
H A D | head_44x.S | 59 * of abatron_pteptrs 213 lis r5, abatron_pteptrs@h 214 ori r5, r5, abatron_pteptrs@l 217 stw r5, 0(r4) /* Save abatron_pteptrs at a fixed location */ 791 lis r5, abatron_pteptrs@h 792 ori r5, r5, abatron_pteptrs@l 1268 abatron_pteptrs: label
|
H A D | head_8xx.S | 635 lis r5, abatron_pteptrs@h 636 ori r5, r5, abatron_pteptrs@l 846 .globl abatron_pteptrs 847 abatron_pteptrs: label
|
H A D | head_book3s_32.S | 1045 lis r5, abatron_pteptrs@h 1046 ori r5, r5, abatron_pteptrs@l 1087 lis r5, abatron_pteptrs@ha 1088 stw r4, abatron_pteptrs@l + 0x4(r5) 1345 abatron_pteptrs: label
|
H A D | head_fsl_booke.S | 61 * of abatron_pteptrs 280 lis r5, abatron_pteptrs@h 281 ori r5, r5, abatron_pteptrs@l 284 stw r5, 0(r4) /* Save abatron_pteptrs at a fixed location */ 1043 lis r5, abatron_pteptrs@h 1044 ori r5, r5, abatron_pteptrs@l 1299 abatron_pteptrs: label
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | mmu_context.c | 44 void *abatron_pteptrs[2]; variable 307 abatron_pteptrs[1] = next->pgd; in switch_mmu_context()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mmu.h | 382 extern void *abatron_pteptrs[2];
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | tlb_low.S | 384 lis r5, abatron_pteptrs@h 385 ori r5, r5, abatron_pteptrs@l
|
H A D | 8xx.c | 232 abatron_pteptrs[1] = pgd; in set_context()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmu.h | 404 extern void *abatron_pteptrs[2];
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_40x.S | 646 lis r5, abatron_pteptrs@h 647 ori r5, r5, abatron_pteptrs@l
|
H A D | head_44x.S | 58 * 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 D | head_8xx.S | 605 lis r5, abatron_pteptrs@h 606 ori r5, r5, abatron_pteptrs@l
|
H A D | head_book3s_32.S | 1009 lis r5, abatron_pteptrs@h 1010 ori r5, r5, abatron_pteptrs@l
|
H A D | head_85xx.S | 62 * 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 */
|
Completed in 21 milliseconds