Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5
#if defined (_ARM_ARCH_4T) || defined(__ARM_ARCH_ISA_THUMB) # define RET bx lr #else # define RET mov pc, lr #endif