Searched refs:kbase (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/mips/bmips/ |
D | setup.c | 37 static const unsigned long kbase = VMLINUX_LOAD_ADDRESS & 0xfff00000; variable 46 __raw_writel(kbase | RELO_NORMAL_VEC, in kbase_setup() 48 ebase = kbase; in kbase_setup()
|
/Linux-v4.19/arch/mips/kernel/ |
D | relocate.c | 55 static void __init sync_icache(void *kbase, unsigned long kernel_length) in sync_icache() argument 57 void *kend = kbase + kernel_length; in sync_icache() 64 : "r" (kbase)); in sync_icache() 66 kbase += step; in sync_icache() 67 } while (kbase < kend); in sync_icache()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 113 unsigned long kbase);
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | prom_init.c | 3117 unsigned long kbase) in prom_init() argument 3188 copy_and_flush(0, kbase, 0x100, 0); in prom_init() 3308 prom_printf("Booting Linux via __start() @ 0x%lx ...\n", kbase); in prom_init() 3320 __start(hdr, kbase, 0, 0, 0, in prom_init() 3323 __start(hdr, kbase, 0, 0, 0, 0, 0); in prom_init()
|