/linux-6.12.1/arch/powerpc/include/asm/ |
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) 297 return kernstart_virt_addr - KERNELBASE; in kaslr_offset()
|
D | cacheflush.h | 127 iccci((void *)KERNELBASE); in flush_instruction_cache()
|
D | ppc_asm.h | 489 lis r4,KERNELBASE@h; \ 564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
/linux-6.12.1/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-6.12.1/arch/powerpc/kernel/ |
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
|
D | l2cr_6xx.S | 160 lis r4,KERNELBASE@h 413 lis r3,KERNELBASE@h 424 lis r3,KERNELBASE@h
|
D | early_32.c | 26 if (kva == KERNELBASE) in early_init()
|
D | head_book3s_32.S | 188 addis r4,r3,KERNELBASE@h /* current address of _start */ 759 4: lis r5,_end-KERNELBASE@h 760 ori r5,r5,_end-KERNELBASE@l 821 lis r3,-KERNELBASE@h 824 lis r3,-KERNELBASE@h
|
D | head_85xx.S | 122 lis r4,KERNELBASE@h 123 ori r4,r4,KERNELBASE@l 1008 lis r7,KERNELBASE@h 1009 ori r7,r7,KERNELBASE@l
|
D | idle_6xx.S | 100 lis r4,KERNELBASE@h
|
D | cpu_setup_e500.S | 255 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
|
D | vmlinux.lds.S | 56 . = KERNELBASE;
|
D | swsusp_32.S | 211 lis r11,(restore_pblist - KERNELBASE)@h
|
/linux-6.12.1/arch/powerpc/platforms/86xx/ |
D | mpc86xx_smp.c | 62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | page.h | 30 #define KERNELBASE PAGE_OFFSET macro
|
/linux-6.12.1/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 62 lis r4, KERNELBASE@h 263 lis r4, KERNELBASE@h 290 lis r5, KERNELBASE@h 324 lis r4, KERNELBASE@h
|
/linux-6.12.1/arch/powerpc/mm/book3s32/ |
D | nohash_low.S | 65 lis r4, KERNELBASE@h
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
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()
|
/linux-6.12.1/arch/powerpc/mm/ |
D | init-common.c | 29 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
|
/linux-6.12.1/arch/um/include/asm/ |
D | page.h | 94 #define KERNELBASE PAGE_OFFSET macro
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | kaslr-booke32.rst | 29 KERNELBASE
|
/linux-6.12.1/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
D | smp.c | 344 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
/linux-6.12.1/arch/powerpc/lib/ |
D | feature-fixups.c | 618 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 619 dest = (u32 *)KERNELBASE; in do_final_fixups()
|
/linux-6.12.1/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 489 lis r4,KERNELBASE@h; \ 564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|