Searched refs:KERNELBASE (Results 1 – 25 of 28) sorted by relevance
12
/arch/powerpc/platforms/chrp/ |
D | smp.c | 36 *(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/ |
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 | 253 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; \
|
D | head_fsl_booke.S | 259 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
|
D | head_32.S | 185 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
|
D | setup_32.c | 109 return KERNELBASE + offset; in early_init()
|
D | head_40x.S | 913 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
|
D | head_44x.S | 267 lis r4, KERNELBASE@h 268 ori r4, r4, KERNELBASE@l
|
D | head_8xx.S | 714 lis r8, KERNELBASE@h /* Create vaddr for TLB */ 755 lis r8, KERNELBASE@h /* Create vaddr for TLB */ 810 lis r5, KERNELBASE@h
|
D | vmlinux.lds.S | 46 . = KERNELBASE;
|
D | misc_32.S | 289 lis r4, KERNELBASE@h 294 lis r3, KERNELBASE@h
|
D | swsusp_32.S | 164 lis r11,(restore_pblist - KERNELBASE)@h
|
D | cpu_setup_6xx.S | 384 lis r5,(cpu_state_storage-KERNELBASE)@h
|
/arch/powerpc/include/asm/ |
D | page.h | 77 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro 97 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
|
D | ppc_asm.h | 378 lis r4,KERNELBASE@h; \ 417 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
/arch/powerpc/mm/ |
D | 40x_mmu.c | 99 v = KERNELBASE; in mmu_mapin_ram()
|
/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 60 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/arch/powerpc/boot/ |
D | addRamDisk.c | 12 #define KERNELBASE (0xc000000000000000) macro 277 naca = ntohl(*((u_int32_t*) &inbuf[0x0C])) - KERNELBASE; in main()
|
/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
|
/arch/um/include/asm/ |
D | page.h | 98 #define KERNELBASE PAGE_OFFSET macro
|
/arch/powerpc/platforms/powermac/ |
D | smp.c | 336 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
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 | sleep.S | 145 lis r4,KERNELBASE@h
|
/arch/powerpc/platforms/iseries/ |
D | setup.c | 521 klimit = KERNELBASE + (u64)naca.xRamDisk + in iSeries_fixup_klimit()
|
12