Searched refs:thumb2 (Results 1 – 5 of 5) sorted by relevance
60 bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL); in __patch_text_real() local70 if (thumb2 && __opcode_is_thumb16(insn)) { in __patch_text_real()73 } else if (thumb2 && (uintaddr & 2)) { in __patch_text_real()93 if (thumb2) in __patch_text_real()
56 aflags-thumb2-$(CONFIG_THUMB2_KERNEL) := -U__thumb2__ -D__thumb2__=158 AFLAGS_sha256-core.o += $(aflags-thumb2-y)59 AFLAGS_sha512-core.o += $(aflags-thumb2-y)64 AFLAGS_poly1305-core.o += $(poly1305-aflags-y) $(aflags-thumb2-y)
11 file://tremor-arm-thumb2.patch \
3 Subject: [PATCH] tremor: add IT instructions for arm thumb2 tune flags.
67 f.append('+thumb2')146 FEATURES[armv7-eabi] = "+v7,+vfp2,+thumb2"