/Linux-v5.10/arch/powerpc/include/asm/ |
D | page.h | 80 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro 106 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START) 115 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE) 327 return kernstart_virt_addr - KERNELBASE; in kaslr_offset()
|
D | cacheflush.h | 104 iccci((void *)KERNELBASE); in flush_instruction_cache()
|
D | ppc_asm.h | 430 lis r4,KERNELBASE@h; \ 487 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
/Linux-v5.10/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-v5.10/arch/powerpc/kernel/ |
D | idle_6xx.S | 100 lis r4,KERNELBASE@h 172 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha 184 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
|
D | head_44x.S | 84 lis r4,KERNELBASE@h 85 ori r4,r4,KERNELBASE@l 157 lis r5,KERNELBASE@h 185 lis r4,KERNELBASE@h 186 ori r4,r4,KERNELBASE@l 215 lis r4, KERNELBASE@h 216 ori r4, r4, KERNELBASE@l 890 lis r3,KERNELBASE@h 891 ori r3,r3,KERNELBASE@l
|
D | l2cr_6xx.S | 160 lis r4,KERNELBASE@h 413 lis r3,KERNELBASE@h 424 lis r3,KERNELBASE@h
|
D | early_32.c | 27 if (kva == KERNELBASE) in early_init()
|
D | head_40x.S | 642 lis r3,KERNELBASE@h /* Load the kernel virtual address */ 643 ori r3,r3,KERNELBASE@l 670 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
|
D | head_book3s_32.S | 191 addis r4,r3,KERNELBASE@h /* current address of _start */ 796 addis r25,r25,-KERNELBASE@h 865 lis r3,-KERNELBASE@h 868 lis r3,-KERNELBASE@h 1306 addis r6,r6,-KERNELBASE@h
|
D | head_fsl_booke.S | 121 lis r4,KERNELBASE@h 122 ori r4,r4,KERNELBASE@l 1073 lis r7,KERNELBASE@h 1074 ori r7,r7,KERNELBASE@l
|
D | vmlinux.lds.S | 35 . = KERNELBASE;
|
D | cpu_setup_fsl_booke.S | 262 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | 40x.c | 94 v = KERNELBASE; in mmu_mapin_ram()
|
D | kaslr_booke.c | 395 if (kernstart_virt_addr != KERNELBASE) { in kaslr_late_init() 399 memzero_explicit((void *)KERNELBASE, kernel_sz); in kaslr_late_init()
|
/Linux-v5.10/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/Linux-v5.10/arch/openrisc/include/asm/ |
D | page.h | 30 #define KERNELBASE PAGE_OFFSET macro
|
/Linux-v5.10/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 62 lis r4, KERNELBASE@h 262 lis r4, KERNELBASE@h 289 lis r5, KERNELBASE@h 323 lis r4, KERNELBASE@h
|
/Linux-v5.10/arch/powerpc/mm/ |
D | init-common.c | 28 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
|
/Linux-v5.10/arch/um/include/asm/ |
D | page.h | 94 #define KERNELBASE PAGE_OFFSET macro
|
/Linux-v5.10/Documentation/powerpc/ |
D | kaslr-booke32.rst | 29 KERNELBASE
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
D | smp.c | 343 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
/Linux-v5.10/arch/powerpc/lib/ |
D | feature-fixups.c | 506 src = (struct ppc_inst *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 507 dest = (struct ppc_inst *)KERNELBASE; in do_final_fixups()
|
/Linux-v5.10/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 430 lis r4,KERNELBASE@h; \ 487 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|