Searched refs:thumb2 (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
H A Dpatch.c57 bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL); __patch_text_real() local
69 if (thumb2 && __opcode_is_thumb16(insn)) { __patch_text_real()
72 } else if (thumb2 && (uintaddr & 2)) { __patch_text_real()
92 if (thumb2) __patch_text_real()
/linux-4.4.14/arch/arm/include/asm/
H A Dmodule.h49 #define MODULE_ARCH_VERMAGIC_ARMTHUMB "thumb2 "

Completed in 104 milliseconds