/linux-4.1.27/arch/powerpc/platforms/chrp/ |
D | smp.c | 34 *(unsigned long *)KERNELBASE = nr; in smp_chrp_kick_cpu() 35 asm volatile("dcbf 0,%0"::"r"(KERNELBASE):"memory"); in smp_chrp_kick_cpu()
|
/linux-4.1.27/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 | head_44x.S | 86 lis r4,KERNELBASE@h 87 ori r4,r4,KERNELBASE@l 159 lis r5,KERNELBASE@h 187 lis r4,KERNELBASE@h 188 ori r4,r4,KERNELBASE@l 214 lis r4, KERNELBASE@h 215 ori r4, r4, KERNELBASE@l 892 lis r3,KERNELBASE@h 893 ori r3,r3,KERNELBASE@l
|
D | l2cr_6xx.S | 171 lis r4,KERNELBASE@h 425 lis r3,KERNELBASE@h 436 lis r3,KERNELBASE@h
|
D | fsl_booke_entry_mapping.S | 177 lis r6,(KERNELBASE & ~0xfff)@h 178 ori r6,r6,(KERNELBASE & ~0xfff)@l
|
D | head_32.S | 192 addis r4,r3,KERNELBASE@h /* current address of _start */ 768 addis r25,r25,-KERNELBASE@h 838 lis r3,-KERNELBASE@h 842 lis r3,-KERNELBASE@h 1033 lis r5, KERNELBASE@h 1254 addis r6,r6,-KERNELBASE@h
|
D | head_fsl_booke.S | 123 lis r4,KERNELBASE@h 124 ori r4,r4,KERNELBASE@l 285 lis r4, KERNELBASE@h 286 ori r4, r4, KERNELBASE@l 1103 lis r4,KERNELBASE@h 1111 lis r4,KERNELBASE@h
|
D | head_40x.S | 909 lis r3,KERNELBASE@h /* Load the kernel virtual address */ 910 ori r3,r3,KERNELBASE@l 937 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */ 954 lis r5, KERNELBASE@h
|
D | setup_32.c | 102 return KERNELBASE + offset; in early_init()
|
D | vmlinux.lds.S | 41 . = KERNELBASE;
|
D | head_8xx.S | 742 lis r8, KERNELBASE@h /* Create vaddr for TLB */ 783 lis r8, KERNELBASE@h /* Create vaddr for TLB */ 841 lis r5, 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
|
D | misc_32.S | 308 lis r4, KERNELBASE@h 313 lis r3, KERNELBASE@h
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | page.h | 88 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro 113 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START) 122 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
|
D | ppc_asm.h | 447 lis r4,KERNELBASE@h; \ 504 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
/linux-4.1.27/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 65 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | 40x_mmu.c | 101 v = KERNELBASE; in mmu_mapin_ram()
|
D | fsl_booke_mmu.c | 263 unsigned long base = KERNELBASE; in relocate_init()
|
D | hash_low_32.S | 69 lis r0,KERNELBASE@h /* check if kernel address */
|
/linux-4.1.27/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-4.1.27/arch/openrisc/include/asm/ |
D | page.h | 34 #define KERNELBASE PAGE_OFFSET macro
|
/linux-4.1.27/arch/powerpc/lib/ |
D | feature-fixups.c | 142 src = (int *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 143 dest = (int *)KERNELBASE; in do_final_fixups()
|
/linux-4.1.27/arch/um/include/asm/ |
D | page.h | 98 #define KERNELBASE PAGE_OFFSET macro
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 435 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
D | smp.c | 350 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
D | sleep.S | 145 lis r4,KERNELBASE@h
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_mrmw.c | 174 (void *)ehca_map_vaddr((void *)(KERNELBASE + PHYSICAL_START)), in ehca_get_dma_mr() 1639 iova_start = (u64 *)ehca_map_vaddr((void *)(KERNELBASE + PHYSICAL_START)); in ehca_reg_internal_maxmr() 2153 (iova_start == (void *)ehca_map_vaddr((void *)(KERNELBASE + PHYSICAL_START)))) { in ehca_mr_is_maxmr()
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 374 config KERNELBASE config
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | head.S | 33 l.movhi rd,hi(-KERNELBASE) ;\
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 918 physical address. The kernel creates a mapping from KERNELBASE to
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 686 HOSTCFLAGS_piggyback.o := -DKERNELBASE=$(KERNELBASE)
|