Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dsconscript30 # Source files required for kbase.
73 kbase = env.BuildKernelModule('$STATIC_LIB_PATH/mali_kbase.ko', kbase_src,
81 env.Depends(kbase, '$STATIC_LIB_PATH/kds.ko')
85 env.Depends(kbase, '$STATIC_LIB_PATH/ump.ko')
90 env.KernelObjTarget('kbase', kbase)
H A DKconfig45 bool "Enable kbase tracing"
49 Enables tracing in kbase. Trace log available through
220 kbase event. This is typically used for debugging but has
/OK3568_Linux_fs/kernel/arch/mips/bmips/
H A 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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c3264 static int enter_secure_mode(unsigned long kbase, unsigned long fdt) in enter_secure_mode() argument
3267 register unsigned long r4 asm("r4") = kbase; in enter_secure_mode()
3278 static void __init setup_secure_guest(unsigned long kbase, unsigned long fdt) in setup_secure_guest() argument
3296 ret = enter_secure_mode(kbase, fdt); in setup_secure_guest()
3300 relocate(kbase); in setup_secure_guest()
3308 static void __init setup_secure_guest(unsigned long kbase, unsigned long fdt) in setup_secure_guest() argument
3321 unsigned long kbase) in prom_init() argument
3392 copy_and_flush(0, kbase, 0x100, 0); in prom_init()
3501 prom_printf("Booting Linux via __start() @ 0x%lx ...\n", kbase); in prom_init()
3511 setup_secure_guest(kbase, hdr); in prom_init()
[all …]
H A Dtraps.c399 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A DKconfig103 Enables kbase tracing used by the Arm Streamline Performance Analyzer.
107 bool "Enable kbase tracing"
112 Enables tracing in kbase. Trace log available through
131 This option will cause kbase to set up the GPU mapping of imported
260 kbase event. This is typically used for debugging but has
/OK3568_Linux_fs/kernel/Documentation/
H A Dcsf_sync_state_dump.txt24 A new per-kbase-context debugfs file called csf_sync has been implemented
43 * kbase context id and the queue id.
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dasm-prototypes.h116 unsigned long kbase);
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/
H A DDoxyfile67 …rs/gpu/arm/midgard/Makefile ../../kernel/drivers/gpu/arm/midgard/Makefile.kbase ../../kernel/drive…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dmali-bifrost.txt126 - operating-points-v2 (no dvfs in kbase with arbitration)