/Linux-v4.19/arch/powerpc/platforms/chrp/ |
D | smp.c | 35 *(unsigned long *)KERNELBASE = nr; in smp_chrp_kick_cpu() 36 asm volatile("dcbf 0,%0"::"r"(KERNELBASE):"memory"); in smp_chrp_kick_cpu()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | page.h | 89 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro 115 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START) 124 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | idle_6xx.S | 104 lis r4,KERNELBASE@h 175 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha 183 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
|
D | head_44x.S | 87 lis r4,KERNELBASE@h 88 ori r4,r4,KERNELBASE@l 160 lis r5,KERNELBASE@h 188 lis r4,KERNELBASE@h 189 ori r4,r4,KERNELBASE@l 215 lis r4, KERNELBASE@h 216 ori r4, r4, KERNELBASE@l 893 lis r3,KERNELBASE@h 894 ori r3,r3,KERNELBASE@l
|
D | l2cr_6xx.S | 172 lis r4,KERNELBASE@h 426 lis r3,KERNELBASE@h 437 lis r3,KERNELBASE@h
|
D | fsl_booke_entry_mapping.S | 181 lis r6,(KERNELBASE & ~0xfff)@h 182 ori r6,r6,(KERNELBASE & ~0xfff)@l
|
D | head_32.S | 194 addis r4,r3,KERNELBASE@h /* current address of _start */ 766 addis r25,r25,-KERNELBASE@h 836 lis r3,-KERNELBASE@h 840 lis r3,-KERNELBASE@h 1026 lis r5, KERNELBASE@h 1248 addis r6,r6,-KERNELBASE@h
|
D | setup_32.c | 90 return KERNELBASE + offset; in early_init()
|
D | head_40x.S | 911 lis r3,KERNELBASE@h /* Load the kernel virtual address */ 912 ori r3,r3,KERNELBASE@l 939 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */ 956 lis r5, KERNELBASE@h
|
D | head_fsl_booke.S | 125 lis r4,KERNELBASE@h 126 ori r4,r4,KERNELBASE@l 287 lis r4, KERNELBASE@h 288 ori r4, r4, KERNELBASE@l
|
D | vmlinux.lds.S | 48 . = KERNELBASE;
|
D | cpu_setup_fsl_booke.S | 267 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
|
D | swsusp_32.S | 166 lis r11,(restore_pblist - KERNELBASE)@h
|
/Linux-v4.19/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 65 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | 40x_mmu.c | 101 v = KERNELBASE; in mmu_mapin_ram()
|
D | 8xx_mmu.c | 179 pgd_t **ptr = *(pgd_t ***)(KERNELBASE + 0xf0); in set_context()
|
D | fsl_booke_mmu.c | 271 unsigned long base = KERNELBASE; in relocate_init()
|
/Linux-v4.19/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 65 lis r4, KERNELBASE@h 255 lis r4, KERNELBASE@h 282 lis r5, KERNELBASE@h 316 lis r4, KERNELBASE@h
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | page.h | 34 #define KERNELBASE PAGE_OFFSET macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | page.h | 94 #define KERNELBASE PAGE_OFFSET macro
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 436 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 597 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
D | smp.c | 350 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
D | sleep.S | 146 lis r4,KERNELBASE@h
|
/Linux-v4.19/arch/powerpc/lib/ |
D | feature-fixups.c | 378 src = (int *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 379 dest = (int *)KERNELBASE; in do_final_fixups()
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 423 lis r4,KERNELBASE@h; \ 480 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|