Home
last modified time | relevance | path

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

12

/arch/powerpc/platforms/chrp/
Dsmp.c36 *(unsigned long *)KERNELBASE = nr; in smp_chrp_kick_cpu()
37 asm volatile("dcbf 0,%0"::"r"(KERNELBASE):"memory"); in smp_chrp_kick_cpu()
/arch/powerpc/kernel/
Didle_6xx.S103 lis r4,KERNELBASE@h
174 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha
182 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
Dl2cr_6xx.S171 lis r4,KERNELBASE@h
425 lis r3,KERNELBASE@h
436 lis r3,KERNELBASE@h
Dhead_booke.h253 lis r10,KERNELBASE@h; /* check if exception in vectors */ \
254 ori r10,r10,KERNELBASE@l; \
306 lis r10,KERNELBASE@h; /* check if exception in vectors */ \
307 ori r10,r10,KERNELBASE@l; \
Dhead_fsl_booke.S259 lis r6,(KERNELBASE & ~0xfff)@h
260 ori r6,r6,(KERNELBASE & ~0xfff)@l
408 lis r4, KERNELBASE@h
409 ori r4, r4, KERNELBASE@l
1033 lis r4,KERNELBASE@h
1041 lis r4,KERNELBASE@h
Dhead_32.S185 addis r4,r3,KERNELBASE@h /* current address of _start */
829 addis r25,r25,-KERNELBASE@h
912 lis r3,-KERNELBASE@h
916 lis r3,-KERNELBASE@h
1103 lis r5, KERNELBASE@h
1299 addis r6,r6,-KERNELBASE@h
Dsetup_32.c109 return KERNELBASE + offset; in early_init()
Dhead_40x.S913 lis r3,KERNELBASE@h /* Load the kernel virtual address */
914 ori r3,r3,KERNELBASE@l
964 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
981 lis r5, KERNELBASE@h
Dhead_44x.S267 lis r4, KERNELBASE@h
268 ori r4, r4, KERNELBASE@l
Dhead_8xx.S714 lis r8, KERNELBASE@h /* Create vaddr for TLB */
755 lis r8, KERNELBASE@h /* Create vaddr for TLB */
810 lis r5, KERNELBASE@h
Dvmlinux.lds.S46 . = KERNELBASE;
Dmisc_32.S289 lis r4, KERNELBASE@h
294 lis r3, KERNELBASE@h
Dswsusp_32.S164 lis r11,(restore_pblist - KERNELBASE)@h
Dcpu_setup_6xx.S384 lis r5,(cpu_state_storage-KERNELBASE)@h
/arch/powerpc/include/asm/
Dpage.h77 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro
97 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
Dppc_asm.h378 lis r4,KERNELBASE@h; \
417 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
/arch/powerpc/mm/
D40x_mmu.c99 v = KERNELBASE; in mmu_mapin_ram()
/arch/powerpc/platforms/86xx/
Dmpc86xx_smp.c60 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
/arch/powerpc/boot/
DaddRamDisk.c12 #define KERNELBASE (0xc000000000000000) macro
277 naca = ntohl(*((u_int32_t*) &inbuf[0x0C])) - KERNELBASE; in main()
/arch/powerpc/platforms/83xx/
Dsuspend-asm.S65 lis r4, KERNELBASE@h
255 lis r4, KERNELBASE@h
282 lis r5, KERNELBASE@h
316 lis r4, KERNELBASE@h
/arch/um/include/asm/
Dpage.h98 #define KERNELBASE PAGE_OFFSET macro
/arch/powerpc/platforms/powermac/
Dsmp.c336 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
Dbootx_init.c434 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
Dsleep.S145 lis r4,KERNELBASE@h
/arch/powerpc/platforms/iseries/
Dsetup.c521 klimit = KERNELBASE + (u64)naca.xRamDisk + in iSeries_fixup_klimit()

12