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

/linux-master/arch/arm/kernel/
H A Dpatch.c60 bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL); local
70 if (thumb2 && __opcode_is_thumb16(insn)) {
73 } else if (thumb2 && (uintaddr & 2)) {
93 if (thumb2)
/linux-master/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)

Completed in 114 milliseconds