Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/include/asm/
H A Dpage.h73 #define KERNELBASE ASM_CONST(CONFIG_KERNEL_START) macro
99 #define VIRT_PHYS_OFFSET (KERNELBASE - PHYSICAL_START)
108 #define MEMORY_START (PHYSICAL_START + PAGE_OFFSET - KERNELBASE)
289 return kernstart_virt_addr - KERNELBASE; in kaslr_offset()
H A Dcacheflush.h127 iccci((void *)KERNELBASE); in flush_instruction_cache()
H A Dppc_asm.h489 lis r4,KERNELBASE@h; \
564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
/linux/arch/powerpc/platforms/chrp/
H A 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/arch/powerpc/kernel/
H A 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
H A Dl2cr_6xx.S160 lis r4,KERNELBASE@h
413 lis r3,KERNELBASE@h
424 lis r3,KERNELBASE@h
H A Dearly_32.c26 if (kva == KERNELBASE) in early_init()
H A 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
H A Didle_6xx.S100 lis r4,KERNELBASE@h
H A Dhead_85xx.S122 lis r4,KERNELBASE@h
123 ori r4,r4,KERNELBASE@l
1008 lis r7,KERNELBASE@h
1009 ori r7,r7,KERNELBASE@l
H A Dcpu_setup_e500.S255 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
H A Dvmlinux.lds.S50 . = KERNELBASE;
H A Dswsusp_32.S211 lis r11,(restore_pblist - KERNELBASE)@h
H A Dcpu_setup_6xx.S419 lis r5,(cpu_state_storage-KERNELBASE)@h
H A Dsetup-common.c761 kaslr_offset(), KERNELBASE); in dump_kernel_offset()
/linux/arch/openrisc/include/asm/
H A Dpage.h21 #define KERNELBASE PAGE_OFFSET macro
/linux/arch/powerpc/platforms/83xx/
H A Dsuspend-asm.S62 lis r4, KERNELBASE@h
263 lis r4, KERNELBASE@h
290 lis r5, KERNELBASE@h
324 lis r4, KERNELBASE@h
/linux/arch/powerpc/mm/book3s32/
H A Dnohash_low.S65 lis r4, KERNELBASE@h
/linux/arch/um/include/asm/
H A Dpage.h75 #define KERNELBASE PAGE_OFFSET macro
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c389 if (kernstart_virt_addr != KERNELBASE) { in kaslr_late_init()
393 memzero_explicit((void *)KERNELBASE, kernel_sz); in kaslr_late_init()
/linux/Documentation/arch/powerpc/
H A Dkaslr-booke32.rst29 KERNELBASE
/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
H A Dsmp.c344 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
H A Dsleep.S187 lis r4,KERNELBASE@h
/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h489 lis r4,KERNELBASE@h; \
564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\

12