| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | page.h | 80 #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) 334 return kernstart_virt_addr - KERNELBASE; in kaslr_offset()
|
| H A D | cacheflush.h | 104 iccci((void *)KERNELBASE); in flush_instruction_cache()
|
| H A D | ppc_asm.h | 430 lis r4,KERNELBASE@h; \ 487 ori rd,rd,((KERNELBASE>>48)&0xFFFF);\
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/ |
| H A D | smp.c | 35 *(unsigned long *)KERNELBASE = nr; in smp_chrp_kick_cpu() 36 asm volatile("dcbf 0,%0"::"r"(KERNELBASE):"memory"); in smp_chrp_kick_cpu()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | idle_6xx.S | 100 lis r4,KERNELBASE@h 172 addis r9,r11,(nap_save_msscr0-KERNELBASE)@ha 184 addis r9,r11,(nap_save_hid1-KERNELBASE)@ha
|
| H A D | head_44x.S | 84 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 890 lis r3,KERNELBASE@h 891 ori r3,r3,KERNELBASE@l
|
| H A D | l2cr_6xx.S | 160 lis r4,KERNELBASE@h 413 lis r3,KERNELBASE@h 424 lis r3,KERNELBASE@h
|
| H A D | early_32.c | 27 if (kva == KERNELBASE) in early_init()
|
| H A D | head_40x.S | 643 lis r3,KERNELBASE@h /* Load the kernel virtual address */ 644 ori r3,r3,KERNELBASE@l 677 lis r4,KERNELBASE@h /* EVPR only uses the high 16-bits */
|
| H A D | head_book3s_32.S | 191 addis r4,r3,KERNELBASE@h /* current address of _start */ 802 addis r25,r25,-KERNELBASE@h 871 lis r3,-KERNELBASE@h 874 lis r3,-KERNELBASE@h 1312 addis r6,r6,-KERNELBASE@h
|
| H A D | head_fsl_booke.S | 121 lis r4,KERNELBASE@h 122 ori r4,r4,KERNELBASE@l 1073 lis r7,KERNELBASE@h 1074 ori r7,r7,KERNELBASE@l
|
| H A D | vmlinux.lds.S | 35 . = KERNELBASE;
|
| H A D | cpu_setup_fsl_booke.S | 262 LOAD_REG_IMMEDIATE(r6, KERNELBASE)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ppc_defs.h | 11 #define KERNELBASE -1073741824 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/83xx/ |
| H A D | suspend-asm.S | 62 lis r4, KERNELBASE@h 262 lis r4, KERNELBASE@h 289 lis r5, KERNELBASE@h 323 lis r4, KERNELBASE@h
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | 40x.c | 94 v = KERNELBASE; in mmu_mapin_ram()
|
| H A D | kaslr_booke.c | 391 if (kernstart_virt_addr != KERNELBASE) { in kaslr_late_init() 395 memzero_explicit((void *)KERNELBASE, kernel_sz); in kaslr_late_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/86xx/ |
| H A D | mpc86xx_smp.c | 62 unsigned int *vector = (unsigned int *)(KERNELBASE + 0x100); in smp_86xx_kick_cpu()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | page.h | 30 #define KERNELBASE PAGE_OFFSET macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | init-common.c | 28 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE;
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | page.h | 94 #define KERNELBASE PAGE_OFFSET macro
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | kaslr-booke32.rst | 29 KERNELBASE
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | bootx_init.c | 432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
| H A D | smp.c | 343 for (a = KERNELBASE; a < KERNELBASE + 0x800000; a += 32) in smp_psurge_kick_cpu()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 553 src = (struct ppc_inst *)(KERNELBASE + PHYSICAL_START); in do_final_fixups() 554 dest = (struct ppc_inst *)KERNELBASE; in do_final_fixups()
|