Searched refs:kbase (Results 1 – 5 of 5) sorted by relevance
/linux/arch/mips/bmips/ |
A 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/arch/mips/kernel/ |
A D | relocate.c | 56 static void __init sync_icache(void *kbase, unsigned long kernel_length) in sync_icache() argument 58 void *kend = kbase + kernel_length; in sync_icache() 65 : "r" (kbase)); in sync_icache() 67 kbase += step; in sync_icache() 68 } while (step && kbase < kend); in sync_icache()
|
/linux/arch/powerpc/kernel/ |
A D | prom_init.c | 3251 static int enter_secure_mode(unsigned long kbase, unsigned long fdt) in enter_secure_mode() argument 3254 register unsigned long r4 asm("r4") = kbase; in enter_secure_mode() 3265 static void __init setup_secure_guest(unsigned long kbase, unsigned long fdt) in setup_secure_guest() argument 3282 ret = enter_secure_mode(kbase, fdt); in setup_secure_guest() 3285 relocate(kbase); in setup_secure_guest() 3293 static void __init setup_secure_guest(unsigned long kbase, unsigned long fdt) in setup_secure_guest() argument 3306 unsigned long kbase) in prom_init() argument 3375 copy_and_flush(0, kbase, 0x100, 0); in prom_init() 3484 prom_printf("Booting Linux via __start() @ 0x%lx ...\n", kbase); in prom_init() 3492 setup_secure_guest(kbase, hdr); in prom_init() [all …]
|
A D | traps.c | 399 unsigned long kbase = (unsigned long)_stext; in hv_nmi_check_nonrecoverable() local 427 if (nip >= (unsigned long)(start_real_trampolines - kbase) && in hv_nmi_check_nonrecoverable() 428 nip < (unsigned long)(end_real_trampolines - kbase)) in hv_nmi_check_nonrecoverable() 430 if (nip >= (unsigned long)(start_virt_trampolines - kbase) && in hv_nmi_check_nonrecoverable() 431 nip < (unsigned long)(end_virt_trampolines - kbase)) in hv_nmi_check_nonrecoverable()
|
/linux/arch/powerpc/include/asm/ |
A D | asm-prototypes.h | 90 unsigned long kbase);
|
Completed in 18 milliseconds