Home
last modified time | relevance | path

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

12

/arch/powerpc/platforms/microwatt/
A Dsmp.c65 *(unsigned int *)KERNELBASE = PPC_RAW_MFSPR(3, SPRN_PIR); in microwatt_init_smp()
66 *(unsigned int *)(KERNELBASE+4) = PPC_RAW_BRANCH(&__secondary_hold - (char *)(KERNELBASE+4)); in microwatt_init_smp()
/arch/powerpc/include/asm/
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()
A Dcacheflush.h127 iccci((void *)KERNELBASE); in flush_instruction_cache()
A Dppc_asm.h489 lis r4,KERNELBASE@h; \
564 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
/arch/powerpc/platforms/chrp/
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()
/arch/powerpc/kernel/
A Dearly_32.c26 if (kva == KERNELBASE) in early_init()
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
A Dl2cr_6xx.S160 lis r4,KERNELBASE@h
413 lis r3,KERNELBASE@h
424 lis r3,KERNELBASE@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
A Didle_6xx.S100 lis r4,KERNELBASE@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
A Dcpu_setup_e500.S255 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
A Dvmlinux.lds.S50 . = KERNELBASE;
A Dswsusp_32.S211 lis r11,(restore_pblist - KERNELBASE)@h
/arch/openrisc/include/asm/
A Dpage.h21 #define KERNELBASE PAGE_OFFSET macro
/arch/powerpc/platforms/86xx/
A Dmpc86xx_smp.c62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
/arch/powerpc/mm/book3s32/
A Dnohash_low.S65 lis r4, KERNELBASE@h
/arch/um/include/asm/
A Dpage.h75 #define KERNELBASE PAGE_OFFSET macro
/arch/powerpc/mm/
A Dinit-common.c29 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
/arch/powerpc/platforms/83xx/
A Dsuspend-asm.S62 lis r4, KERNELBASE@h
263 lis r4, KERNELBASE@h
290 lis r5, KERNELBASE@h
324 lis r4, KERNELBASE@h
/arch/powerpc/mm/nohash/
A Dkaslr_booke.c389 if (kernstart_virt_addr != KERNELBASE) { in kaslr_late_init()
393 memzero_explicit((void *)KERNELBASE, kernel_sz); in kaslr_late_init()
/arch/powerpc/platforms/powermac/
A Dbootx_init.c433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
A Dsmp.c344 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
A Dsleep.S187 lis r4,KERNELBASE@h
/arch/powerpc/lib/
A Dfeature-fixups.c618 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
619 dest = (u32 *)KERNELBASE; in do_final_fixups()

Completed in 34 milliseconds

12