Home
last modified time | relevance | path

Searched refs:kbase (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/bmips/
Dsetup.c37 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/
Drelocate.c55 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/
Dasm-prototypes.h113 unsigned long kbase);
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c3117 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()