Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-aspeed/
H A Dplatsmp.c10 #define BOOT_ADDR 0x00 macro
25 writel_relaxed(0, base + BOOT_ADDR); in aspeed_g6_boot_secondary()
26 writel_relaxed(__pa_symbol(secondary_startup_arm), base + BOOT_ADDR); in aspeed_g6_boot_secondary()
/openbmc/linux/arch/alpha/include/asm/
H A Dsetup.h13 #define BOOT_ADDR 0x20000000 macro
/openbmc/linux/arch/alpha/boot/
H A Dbootpz.c218 #define V_BOOT_IMAGE_START BOOT_ADDR
222 #define V_BOOTSTRAPPER_START BOOT_ADDR
H A Dmain.c124 long result, boot_size = &_end - (char *) BOOT_ADDR; in load()