Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dpatch.c57 bool thumb2 = IS_ENABLED(CONFIG_THUMB2_KERNEL); in __patch_text_real() local
69 if (thumb2 && __opcode_is_thumb16(insn)) { in __patch_text_real()
72 } else if (thumb2 && (uintaddr & 2)) { in __patch_text_real()
92 if (thumb2) in __patch_text_real()