Home
last modified time | relevance | path

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

12

/linux-2.6.39/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()
/linux-2.6.39/arch/powerpc/include/asm/
Dpage.h79 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro
99 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
120 #define __va(x) ((void *)(unsigned long)((phys_addr_t)(x) - PHYSICAL_START + KERNELBASE))
121 #define __pa(x) ((unsigned long)(x) + PHYSICAL_START - KERNELBASE)
Dppc_asm.h377 lis r4,KERNELBASE@h; \
423 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
/linux-2.6.39/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.h256 lis r10,KERNELBASE@h; /* check if exception in vectors */ \
257 ori r10,r10,KERNELBASE@l; \
309 lis r10,KERNELBASE@h; /* check if exception in vectors */ \
310 ori r10,r10,KERNELBASE@l; \
Dfsl_booke_entry_mapping.S177 lis r6,(KERNELBASE & ~0xfff)@h
178 ori r6,r6,(KERNELBASE & ~0xfff)@l
Dhead_32.S193 addis r4,r3,KERNELBASE@h /* current address of _start */
769 addis r25,r25,-KERNELBASE@h
852 lis r3,-KERNELBASE@h
856 lis r3,-KERNELBASE@h
1056 lis r5, KERNELBASE@h
1277 addis r6,r6,-KERNELBASE@h
Dhead_fsl_booke.S214 lis r4, KERNELBASE@h
215 ori r4, r4, KERNELBASE@l
878 lis r4,KERNELBASE@h
886 lis r4,KERNELBASE@h
Dhead_40x.S915 lis r3,KERNELBASE@h /* Load the kernel virtual address */
916 ori r3,r3,KERNELBASE@l
962 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
979 lis r5, KERNELBASE@h
Dsetup_32.c109 return KERNELBASE + offset; in early_init()
Dvmlinux.lds.S44 . = KERNELBASE;
Dhead_44x.S112 lis r4, KERNELBASE@h
113 ori r4, r4, KERNELBASE@l
1127 addis r22,r22,KERNELBASE@h
Dhead_8xx.S820 lis r8, KERNELBASE@h /* Create vaddr for TLB */
861 lis r8, KERNELBASE@h /* Create vaddr for TLB */
916 lis r5, KERNELBASE@h
Dmisc_32.S288 lis r4, KERNELBASE@h
293 lis r3, KERNELBASE@h
Dswsusp_32.S164 lis r11,(restore_pblist - KERNELBASE)@h
Dcpu_setup_6xx.S392 lis r5,(cpu_state_storage-KERNELBASE)@h
/linux-2.6.39/arch/powerpc/platforms/86xx/
Dmpc86xx_smp.c65 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
/linux-2.6.39/arch/powerpc/mm/
D40x_mmu.c101 v = KERNELBASE; in mmu_mapin_ram()
/linux-2.6.39/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
/linux-2.6.39/arch/um/include/asm/
Dpage.h98 #define KERNELBASE PAGE_OFFSET macro
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dbootx_init.c434 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
Dsmp.c345 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
Dsleep.S145 lis r4,KERNELBASE@h
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dsetup.c521 klimit = KERNELBASE + (u64)naca.xRamDisk + in iSeries_fixup_klimit()

12