Searched refs:__opcode_to_mem_thumb32 (Results 1 – 5 of 5) sorted by relevance
102 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) macro119 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) macro128 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x)
86 old = __opcode_to_mem_thumb32(old); in ftrace_modify_code()87 new = __opcode_to_mem_thumb32(new); in ftrace_modify_code()
94 insn = __opcode_to_mem_thumb32(insn); in __patch_text_real()
387 return __opcode_to_mem_thumb32(insn); in sdiv_instruction()399 return __opcode_to_mem_thumb32(insn); in udiv_instruction()411 return __opcode_to_mem_thumb32(insn); in bx_lr_instruction()
16 #define PLT_ENT_LDR __opcode_to_mem_thumb32(0xf8dff000 | \