Home
last modified time | relevance | path

Searched refs:thumb2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dpatch.c60 bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL); in __patch_text_real() local
70 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()
/openbmc/linux/arch/arm/crypto/
H A DMakefile56 aflags-thumb2-$(CONFIG_THUMB2_KERNEL) := -U__thumb2__ -D__thumb2__=1
58 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)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/
H A Dtremor_20180319.bb11 file://tremor-arm-thumb2.patch \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/
H A Dtremor-arm-thumb2.patch3 Subject: [PATCH] tremor: add IT instructions for arm thumb2 tune flags.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass67 f.append('+thumb2')
146 FEATURES[armv7-eabi] = "+v7,+vfp2,+thumb2"