Searched refs:VECTORS_BASE (Results 1 – 11 of 11) sorted by relevance
/arch/unicore32/include/mach/ |
D | memory.h | 20 #define VECTORS_BASE UL(0xffff0000) macro 55 + (VECTORS_BASE))
|
/arch/arm/include/asm/ |
D | memory.h | 86 #define VECTORS_BASE UL(0xffff0000) macro 92 #define VECTORS_BASE vectors_base macro
|
/arch/arm/kernel/ |
D | head-nommu.S | 245 mov r0, #CONFIG_VECTORS_BASE @ Cover from VECTORS_BASE 250 setup_region r0, r5, r6, MPU_DATA_SIDE @ VECTORS_BASE, PL0 NA, enabled 252 setup_region r0, r5, r6, MPU_INSTR_SIDE @ VECTORS_BASE, PL0 NA, enabled
|
/arch/arm/mach-berlin/ |
D | platsmp.c | 79 vectors_base = ioremap(VECTORS_BASE, SZ_32K); in berlin_smp_prepare_cpus()
|
/arch/unicore32/mm/ |
D | init.c | 356 VECTORS_BASE, VECTORS_BASE + PAGE_SIZE, in mem_init()
|
D | mmu.c | 369 map.virtual = VECTORS_BASE; in devicemaps_init()
|
/arch/arm/mm/ |
D | dump.c | 36 { VECTORS_BASE, "Vectors" }, 37 { VECTORS_BASE + PAGE_SIZE * 2, "Vectors End" },
|
D | init.c | 550 MLK(VECTORS_BASE, VECTORS_BASE + PAGE_SIZE), in mem_init()
|
/arch/unicore32/kernel/ |
D | traps.c | 309 unsigned long vectors = VECTORS_BASE; in early_trap_init()
|
D | process.c | 101 cpu_reset(VECTORS_BASE); in machine_restart()
|
/arch/arm/ |
D | Kconfig | 243 config VECTORS_BASE config
|