Home
last modified time | relevance | path

Searched refs:KERNELBASE (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.12.1/arch/powerpc/include/asm/
Dpage.h81 #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()
Dcacheflush.h127 iccci((void *)KERNELBASE); in flush_instruction_cache()
Dppc_asm.h489 lis r4,KERNELBASE@h; \
564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
/linux-6.12.1/arch/powerpc/platforms/chrp/
Dsmp.c34 *(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/
Dhead_44x.S83 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
Dl2cr_6xx.S160 lis r4,KERNELBASE@h
413 lis r3,KERNELBASE@h
424 lis r3,KERNELBASE@h
Dearly_32.c26 if (kva == KERNELBASE) in early_init()
Dhead_book3s_32.S188 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
Dhead_85xx.S122 lis r4,KERNELBASE@h
123 ori r4,r4,KERNELBASE@l
1008 lis r7,KERNELBASE@h
1009 ori r7,r7,KERNELBASE@l
Didle_6xx.S100 lis r4,KERNELBASE@h
Dcpu_setup_e500.S255 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
Dvmlinux.lds.S56 . = KERNELBASE;
Dswsusp_32.S211 lis r11,(restore_pblist - KERNELBASE)@h
/linux-6.12.1/arch/powerpc/platforms/86xx/
Dmpc86xx_smp.c62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
/linux-6.12.1/arch/openrisc/include/asm/
Dpage.h30 #define KERNELBASE PAGE_OFFSET macro
/linux-6.12.1/arch/powerpc/platforms/83xx/
Dsuspend-asm.S62 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/
Dnohash_low.S65 lis r4, KERNELBASE@h
/linux-6.12.1/arch/powerpc/mm/nohash/
Dkaslr_booke.c389 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/
Dinit-common.c29 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
/linux-6.12.1/arch/um/include/asm/
Dpage.h94 #define KERNELBASE PAGE_OFFSET macro
/linux-6.12.1/Documentation/arch/powerpc/
Dkaslr-booke32.rst29 KERNELBASE
/linux-6.12.1/arch/powerpc/platforms/powermac/
Dbootx_init.c433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
Dsmp.c344 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
/linux-6.12.1/arch/powerpc/lib/
Dfeature-fixups.c618 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/
Dppc_asm.h489 lis r4,KERNELBASE@h; \
564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\

12