Home
last modified time | relevance | path

Searched refs:VECTORS_BASE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/unicore32/include/mach/
Dmemory.h17 #define VECTORS_BASE UL(0xffff0000) macro
52 + (VECTORS_BASE))
/Linux-v5.4/arch/arm/include/asm/
Dmemory.h77 #define VECTORS_BASE UL(0xffff0000) macro
84 #define VECTORS_BASE vectors_base macro
/Linux-v5.4/arch/arm/mach-berlin/
Dplatsmp.c76 vectors_base = ioremap(VECTORS_BASE, SZ_32K); in berlin_smp_prepare_cpus()
/Linux-v5.4/arch/arm/mm/
Ddump.c28 { VECTORS_BASE, "Vectors" },
29 { VECTORS_BASE + PAGE_SIZE * 2, "Vectors End" },
/Linux-v5.4/arch/unicore32/kernel/
Dprocess.c97 cpu_reset(VECTORS_BASE); in machine_restart()
Dtraps.c307 unsigned long vectors = VECTORS_BASE; in early_trap_init()
/Linux-v5.4/arch/unicore32/mm/
Dmmu.c367 map.virtual = VECTORS_BASE; in devicemaps_init()