thumb2             58 arch/arm/kernel/patch.c 	bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL);
thumb2             70 arch/arm/kernel/patch.c 	if (thumb2 && __opcode_is_thumb16(insn)) {
thumb2             73 arch/arm/kernel/patch.c 	} else if (thumb2 && (uintaddr & 2)) {
thumb2             93 arch/arm/kernel/patch.c 		if (thumb2)