Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dpatch.c71 *(u16 *)waddr = __opcode_to_mem_thumb16(insn); in __patch_text_real()
83 *addrh0 = __opcode_to_mem_thumb16(first); in __patch_text_real()
84 *addrh1 = __opcode_to_mem_thumb16(second); in __patch_text_real()
Dprobes.c206 thumb_insn[1] = __opcode_to_mem_thumb16(0x4770); in prepare_emulated_insn()
207 thumb_insn[2] = __opcode_to_mem_thumb16(0x4770); in prepare_emulated_insn()
232 *ip++ = __opcode_to_mem_thumb16(insn >> 16); in set_emulated_insn()
233 *ip++ = __opcode_to_mem_thumb16(insn); in set_emulated_insn()
Dmodule.c214 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate()
215 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()
248 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate()
249 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()
Dkprobes-thumb.c153 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(insn >> 16); in t32_decode_ldmstm()
154 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0xffff); in t32_decode_ldmstm()
519 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(insn); in t16_decode_hiregs()
551 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(0xe929); in t16_decode_push()
553 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0x1ff); in t16_decode_push()
606 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(0xe8b9); in t16_decode_pop()
608 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0x1ff); in t16_decode_pop()
Dtraps.c363 u16 insn = __opcode_to_mem_thumb16(BUG_INSTR_VALUE); in is_valid_bugaddr()
/arch/arm/include/asm/
Dopcodes.h104 #define __opcode_to_mem_thumb16(x) ___opcode_swab16(x) macro
113 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x) macro
129 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x)