Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
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()