Home
last modified time | relevance | path

Searched refs:branch_bx (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dlowlevel_init.c57 branch_bx(CONFIG_EXYNOS_RELOCATE_CODE_BASE); in secondary_cpu_start()
71 branch_bx(0x0); in low_power_start()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dsystem.h67 #define branch_bx(x) __asm__ __volatile__ ("bx %0\n\t" : : "r"(x)) macro