Searched refs:KERNELBASE (Results 1 – 25 of 30) sorted by relevance
12
/linux-2.6.39/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-2.6.39/arch/powerpc/include/asm/ |
D | page.h | 79 #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)
|
D | ppc_asm.h | 377 lis r4,KERNELBASE@h; \ 423 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | idle_6xx.S | 103 lis r4,KERNELBASE@h 174 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha 182 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
|
D | l2cr_6xx.S | 171 lis r4,KERNELBASE@h 425 lis r3,KERNELBASE@h 436 lis r3,KERNELBASE@h
|
D | head_booke.h | 256 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; \
|
D | fsl_booke_entry_mapping.S | 177 lis r6,(KERNELBASE & ~0xfff)@h 178 ori r6,r6,(KERNELBASE & ~0xfff)@l
|
D | head_32.S | 193 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
|
D | head_fsl_booke.S | 214 lis r4, KERNELBASE@h 215 ori r4, r4, KERNELBASE@l 878 lis r4,KERNELBASE@h 886 lis r4,KERNELBASE@h
|
D | head_40x.S | 915 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
|
D | setup_32.c | 109 return KERNELBASE + offset; in early_init()
|
D | vmlinux.lds.S | 44 . = KERNELBASE;
|
D | head_44x.S | 112 lis r4, KERNELBASE@h 113 ori r4, r4, KERNELBASE@l 1127 addis r22,r22,KERNELBASE@h
|
D | head_8xx.S | 820 lis r8, KERNELBASE@h /* Create vaddr for TLB */ 861 lis r8, KERNELBASE@h /* Create vaddr for TLB */ 916 lis r5, KERNELBASE@h
|
D | misc_32.S | 288 lis r4, KERNELBASE@h 293 lis r3, KERNELBASE@h
|
D | swsusp_32.S | 164 lis r11,(restore_pblist - KERNELBASE)@h
|
D | cpu_setup_6xx.S | 392 lis r5,(cpu_state_storage-KERNELBASE)@h
|
/linux-2.6.39/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 65 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/linux-2.6.39/arch/powerpc/mm/ |
D | 40x_mmu.c | 101 v = KERNELBASE; in mmu_mapin_ram()
|
/linux-2.6.39/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-2.6.39/arch/um/include/asm/ |
D | page.h | 98 #define KERNELBASE PAGE_OFFSET macro
|
/linux-2.6.39/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 434 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
D | smp.c | 345 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
D | sleep.S | 145 lis r4,KERNELBASE@h
|
/linux-2.6.39/arch/powerpc/platforms/iseries/ |
D | setup.c | 521 klimit = KERNELBASE + (u64)naca.xRamDisk + in iSeries_fixup_klimit()
|
12