Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
Dpatch.c74 u16 first = __opcode_thumb32_first(insn); in __patch_text_real()
/linux-6.1.9/arch/arm/include/asm/
Dopcodes.h149 #define __opcode_thumb32_first(x) (___opcode_identity16((x) >> 16)) macro