Home
last modified time | relevance | path

Searched refs:KERNELBASE (Results 1 – 25 of 32) sorted by relevance

12

/arch/powerpc/platforms/chrp/
Dsmp.c35 *(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/
Dpage.h80 #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)
Dppc_asm.h441 lis r4,KERNELBASE@h; \
498 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
/arch/powerpc/kernel/
Dearly_32.c35 return KERNELBASE + offset; in early_init()
Didle_6xx.S100 lis r4,KERNELBASE@h
169 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha
177 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
Dl2cr_6xx.S160 lis r4,KERNELBASE@h
414 lis r3,KERNELBASE@h
425 lis r3,KERNELBASE@h
Dhead_44x.S84 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
Dfsl_booke_entry_mapping.S181 lis r6,(KERNELBASE & ~0xfff)@h
182 ori r6,r6,(KERNELBASE & ~0xfff)@l
Dhead_32.S203 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
Dhead_40x.S830 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 */
Dhead_fsl_booke.S121 lis r4,KERNELBASE@h
122 ori r4,r4,KERNELBASE@l
280 lis r4, KERNELBASE@h
281 ori r4, r4, KERNELBASE@l
Dcpu_setup_fsl_booke.S262 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
Dvmlinux.lds.S48 . = KERNELBASE;
Dmisc_32.S286 lis r4, KERNELBASE@h
291 lis r3, KERNELBASE@h
Dswsusp_32.S209 lis r11,(restore_pblist - KERNELBASE)@h
Dcpu_setup_6xx.S389 lis r5,(cpu_state_storage-KERNELBASE)@h
/arch/powerpc/platforms/86xx/
Dmpc86xx_smp.c61 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
/arch/powerpc/mm/nohash/
D40x.c96 v = KERNELBASE; in mmu_mapin_ram()
Dfsl_booke.c266 unsigned long base = KERNELBASE; in relocate_init()
/arch/openrisc/include/asm/
Dpage.h30 #define KERNELBASE PAGE_OFFSET macro
/arch/um/include/asm/
Dpage.h94 #define KERNELBASE PAGE_OFFSET macro
/arch/powerpc/platforms/83xx/
Dsuspend-asm.S62 lis r4, KERNELBASE@h
262 lis r4, KERNELBASE@h
289 lis r5, KERNELBASE@h
323 lis r4, KERNELBASE@h
/arch/powerpc/platforms/powermac/
Dbootx_init.c432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
Dsmp.c346 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
/arch/powerpc/lib/
Dfeature-fixups.c397 src = (int *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
398 dest = (int *)KERNELBASE; in do_final_fixups()

12