/openbmc/linux/arch/powerpc/include/asm/ |
H A D | page.h | 81 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro 107 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START) 116 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE) 329 return kernstart_virt_addr - KERNELBASE; in kaslr_offset()
|
H A D | cacheflush.h | 127 iccci((void *)KERNELBASE); in flush_instruction_cache()
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A 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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_44x.S | 83 lis r4,KERNELBASE@h 84 ori r4,r4,KERNELBASE@l 156 lis r5,KERNELBASE@h 184 lis r4,KERNELBASE@h 185 ori r4,r4,KERNELBASE@l 214 lis r4, KERNELBASE@h 215 ori r4, r4, KERNELBASE@l 891 lis r3,KERNELBASE@h 892 ori r3,r3,KERNELBASE@l
|
H A D | l2cr_6xx.S | 160 lis r4,KERNELBASE@h 413 lis r3,KERNELBASE@h 424 lis r3,KERNELBASE@h
|
H A D | early_32.c | 26 if (kva == KERNELBASE) in early_init()
|
H A D | head_40x.S | 676 lis r3,KERNELBASE@h /* Load the kernel virtual address */ 677 ori r3,r3,KERNELBASE@l 710 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
|
H A D | head_book3s_32.S | 188 addis r4,r3,KERNELBASE@h /* current address of _start */ 768 4: lis r5,_end-KERNELBASE@h 769 ori r5,r5,_end-KERNELBASE@l 830 lis r3,-KERNELBASE@h 833 lis r3,-KERNELBASE@h
|
H A D | head_85xx.S | 122 lis r4,KERNELBASE@h 123 ori r4,r4,KERNELBASE@l 1026 lis r7,KERNELBASE@h 1027 ori r7,r7,KERNELBASE@l
|
H A D | idle_6xx.S | 100 lis r4,KERNELBASE@h
|
H A D | cpu_setup_e500.S | 255 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
|
H A D | vmlinux.lds.S | 56 . = KERNELBASE;
|
/openbmc/u-boot/include/ |
H A D | ppc_defs.h | 10 #define KERNELBASE -1073741824 macro
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | 40x.c | 92 v = KERNELBASE; in mmu_mapin_ram()
|
H A D | kaslr_booke.c | 389 if (kernstart_virt_addr != KERNELBASE) { in kaslr_late_init() 393 memzero_explicit((void *)KERNELBASE, kernel_sz); in kaslr_late_init()
|
/openbmc/linux/arch/powerpc/platforms/86xx/ |
H A D | mpc86xx_smp.c | 62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | page.h | 30 #define KERNELBASE PAGE_OFFSET macro
|
/openbmc/linux/arch/powerpc/platforms/83xx/ |
H A D | suspend-asm.S | 62 lis r4, KERNELBASE@h 262 lis r4, KERNELBASE@h 289 lis r5, KERNELBASE@h 323 lis r4, KERNELBASE@h
|
/openbmc/linux/arch/powerpc/mm/book3s32/ |
H A D | nohash_low.S | 65 lis r4, KERNELBASE@h
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | init-common.c | 29 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
|
/openbmc/linux/arch/um/include/asm/ |
H A D | page.h | 94 #define KERNELBASE PAGE_OFFSET macro
|
/openbmc/linux/Documentation/powerpc/ |
H A D | kaslr-booke32.rst | 29 KERNELBASE
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
H A D | smp.c | 344 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 611 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 612 dest = (u32 *)KERNELBASE; in do_final_fixups()
|