Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/include/asm/
A Dpage.h80 #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()
A Dcacheflush.h121 iccci((void *)KERNELBASE); in flush_instruction_cache()
/linux/arch/powerpc/platforms/chrp/
A Dsmp.c35 *(unsigned long *)KERNELBASE = nr; in smp_chrp_kick_cpu()
36 asm volatile("dcbf 0,%0"::"r"(KERNELBASE):"memory"); in smp_chrp_kick_cpu()
/linux/arch/powerpc/kernel/
A Dhead_44x.S84 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
882 lis r3,KERNELBASE@h
883 ori r3,r3,KERNELBASE@l
A Dl2cr_6xx.S160 lis r4,KERNELBASE@h
413 lis r3,KERNELBASE@h
424 lis r3,KERNELBASE@h
A Dearly_32.c27 if (kva == KERNELBASE) in early_init()
A Dhead_40x.S666 lis r3,KERNELBASE@h /* Load the kernel virtual address */
667 ori r3,r3,KERNELBASE@l
694 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
A Dhead_book3s_32.S190 addis r4,r3,KERNELBASE@h /* current address of _start */
776 4: lis r5,_end-KERNELBASE@h
777 ori r5,r5,_end-KERNELBASE@l
838 lis r3,-KERNELBASE@h
841 lis r3,-KERNELBASE@h
A Dhead_fsl_booke.S121 lis r4,KERNELBASE@h
122 ori r4,r4,KERNELBASE@l
1010 lis r7,KERNELBASE@h
1011 ori r7,r7,KERNELBASE@l
A Didle_6xx.S100 lis r4,KERNELBASE@h
A Dcpu_setup_fsl_booke.S253 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
A Dvmlinux.lds.S51 . = KERNELBASE;
/linux/arch/powerpc/platforms/83xx/
A Dsuspend-asm.S62 lis r4, KERNELBASE@h
262 lis r4, KERNELBASE@h
289 lis r5, KERNELBASE@h
323 lis r4, KERNELBASE@h
/linux/arch/powerpc/mm/nohash/
A D40x.c94 v = KERNELBASE; in mmu_mapin_ram()
A Dkaslr_booke.c395 if (kernstart_virt_addr != KERNELBASE) { in kaslr_late_init()
399 memzero_explicit((void *)KERNELBASE, kernel_sz); in kaslr_late_init()
/linux/arch/powerpc/platforms/86xx/
A Dmpc86xx_smp.c62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
/linux/arch/openrisc/include/asm/
A Dpage.h30 #define KERNELBASE PAGE_OFFSET macro
/linux/arch/powerpc/mm/book3s32/
A Dnohash_low.S65 lis r4, KERNELBASE@h
/linux/arch/powerpc/mm/
A Dinit-common.c28 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
/linux/arch/um/include/asm/
A Dpage.h94 #define KERNELBASE PAGE_OFFSET macro
/linux/Documentation/powerpc/
A Dkaslr-booke32.rst29 KERNELBASE
/linux/arch/powerpc/platforms/powermac/
A Dbootx_init.c432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
A Dsmp.c344 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
/linux/arch/powerpc/lib/
A Dfeature-fixups.c633 src = (u32 *)(KERNELBASE + PHYSICAL_START); in do_final_fixups()
634 dest = (u32 *)KERNELBASE; in do_final_fixups()
/linux/tools/testing/selftests/powerpc/primitives/asm/
A Dppc_asm.h384 lis r4,KERNELBASE@h; \
441 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\

Completed in 72 milliseconds

12