/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()
|
/arch/powerpc/include/asm/ |
D | page.h | 80 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro 106 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START) 115 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
|
D | ppc_asm.h | 441 lis r4,KERNELBASE@h; \ 498 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
/arch/powerpc/kernel/ |
D | early_32.c | 35 return KERNELBASE + offset; in early_init()
|
D | idle_6xx.S | 100 lis r4,KERNELBASE@h 169 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha 177 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
|
D | l2cr_6xx.S | 160 lis r4,KERNELBASE@h 414 lis r3,KERNELBASE@h 425 lis r3,KERNELBASE@h
|
D | head_44x.S | 84 lis r4,KERNELBASE@h 85 ori r4,r4,KERNELBASE@l 157 lis r5,KERNELBASE@h 185 lis r4,KERNELBASE@h 186 ori r4,r4,KERNELBASE@l 215 lis r4, KERNELBASE@h 216 ori r4, r4, KERNELBASE@l 890 lis r3,KERNELBASE@h 891 ori r3,r3,KERNELBASE@l
|
D | fsl_booke_entry_mapping.S | 181 lis r6,(KERNELBASE & ~0xfff)@h 182 ori r6,r6,(KERNELBASE & ~0xfff)@l
|
D | head_32.S | 203 addis r4,r3,KERNELBASE@h /* current address of _start */ 671 addis r25,r25,-KERNELBASE@h 741 lis r3,-KERNELBASE@h 745 lis r3,-KERNELBASE@h 1223 addis r6,r6,-KERNELBASE@h
|
D | head_40x.S | 830 lis r3,KERNELBASE@h /* Load the kernel virtual address */ 831 ori r3,r3,KERNELBASE@l 858 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
|
D | head_fsl_booke.S | 121 lis r4,KERNELBASE@h 122 ori r4,r4,KERNELBASE@l 280 lis r4, KERNELBASE@h 281 ori r4, r4, KERNELBASE@l
|
D | cpu_setup_fsl_booke.S | 262 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
|
D | vmlinux.lds.S | 48 . = KERNELBASE;
|
D | misc_32.S | 286 lis r4, KERNELBASE@h 291 lis r3, KERNELBASE@h
|
D | swsusp_32.S | 209 lis r11,(restore_pblist - KERNELBASE)@h
|
D | cpu_setup_6xx.S | 389 lis r5,(cpu_state_storage-KERNELBASE)@h
|
/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 61 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/arch/powerpc/mm/nohash/ |
D | 40x.c | 96 v = KERNELBASE; in mmu_mapin_ram()
|
D | fsl_booke.c | 266 unsigned long base = KERNELBASE; in relocate_init()
|
/arch/openrisc/include/asm/ |
D | page.h | 30 #define KERNELBASE PAGE_OFFSET macro
|
/arch/um/include/asm/ |
D | page.h | 94 #define KERNELBASE PAGE_OFFSET macro
|
/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 62 lis r4, KERNELBASE@h 262 lis r4, KERNELBASE@h 289 lis r5, KERNELBASE@h 323 lis r4, KERNELBASE@h
|
/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
D | smp.c | 346 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
/arch/powerpc/lib/ |
D | feature-fixups.c | 397 src = (int *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 398 dest = (int *)KERNELBASE; in do_final_fixups()
|