Searched refs:__opcode_to_mem_arm (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Duprobes.h22 #define UPROBE_SWBP_INSN __opcode_to_mem_arm(UPROBE_SWBP_ARM_INSN)
H A Dopcodes.h103 #define __opcode_to_mem_arm(x) ___opcode_swab32(x) macro
112 #define __opcode_to_mem_arm(x) ___opcode_identity32(x) macro
128 #define __mem_to_opcode_arm(x) __opcode_to_mem_arm(x)
/linux-4.4.14/arch/arm/probes/uprobes/
H A Dcore.c36 __opcode_to_mem_arm(auprobe->bpinsn)); set_swbp()
87 auprobe->ixol[0] = __opcode_to_mem_arm(insn); arch_uprobe_analyze_insn()
88 auprobe->ixol[1] = __opcode_to_mem_arm(UPROBE_SS_ARM_INSN); arch_uprobe_analyze_insn()
H A Dactions-arm.c65 *pinsn = __opcode_to_mem_arm(insn); uprobes_substitute_pc()
186 auprobe->ixol[0] = __opcode_to_mem_arm(insn); uprobe_decode_ldmstm()
/linux-4.4.14/arch/arm/probes/kprobes/
H A Dopt-arm.c260 code[TMPL_SUB_SP] = __opcode_to_mem_arm(0xe24dd000 | stack_protect); arch_prepare_optimized_kprobe()
262 code[TMPL_ADD_SP] = __opcode_to_mem_arm(0xe28d3000 | stack_protect); arch_prepare_optimized_kprobe()
283 code[TMPL_RESTORE_BEGIN] = __opcode_to_mem_arm(0xe89d7fff); arch_prepare_optimized_kprobe()
286 code[TMPL_RESTORE_ORIGN_INSN] = __opcode_to_mem_arm(orig->opcode); arch_prepare_optimized_kprobe()
289 code[TMPL_RESTORE_END] = __opcode_to_mem_arm(final_branch); arch_prepare_optimized_kprobe()
H A Dactions-common.c157 asi->insn[0] = __opcode_to_mem_arm((insn & 0xfff00000) | kprobe_decode_ldmstm()
/linux-4.4.14/arch/arm/kernel/
H A Dmodule.c144 *(u32 *)loc &= __opcode_to_mem_arm(0xff000000); apply_relocate()
145 *(u32 *)loc |= __opcode_to_mem_arm(offset); apply_relocate()
153 *(u32 *)loc &= __opcode_to_mem_arm(0xf000000f); apply_relocate()
154 *(u32 *)loc |= __opcode_to_mem_arm(0x01a0f000); apply_relocate()
176 *(u32 *)loc = __opcode_to_mem_arm(tmp); apply_relocate()
H A Dftrace.c111 old = __opcode_to_mem_arm(old); ftrace_modify_code()
112 new = __opcode_to_mem_arm(new); ftrace_modify_code()
H A Dmodule-plts.c24 #define PLT_ENT_LDR __opcode_to_mem_arm(0xe59ff000 | \
118 __opcode_to_mem_arm(0x00ffffff))) count_plts()
H A Dpatch.c95 insn = __opcode_to_mem_arm(insn); __patch_text_real()
H A Dtraps.c358 u32 insn = __opcode_to_mem_arm(BUG_INSTR_VALUE); is_valid_bugaddr()
/linux-4.4.14/arch/arm/probes/
H A Ddecode.c210 asi->insn[1] = __opcode_to_mem_arm(0xe12fff1e); /* ARM bx lr */ prepare_emulated_insn()
212 asi->insn[1] = __opcode_to_mem_arm(0xe1a0f00e); /* mov pc, lr */ prepare_emulated_insn()
237 asi->insn[0] = __opcode_to_mem_arm(insn); set_emulated_insn()
/linux-4.4.14/arch/arm/net/
H A Dbpf_jit_32.c144 inst = __opcode_to_mem_arm(inst); _emit()
195 *ptr++ = __opcode_to_mem_arm(ARM_INST_UDF); jit_fill_hole()

Completed in 294 milliseconds