Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dsystem.h68 #define branch_bx(x) __asm__ __volatile__ ("bx %0\n\t" : : "r"(x)) macro