Home
last modified time | relevance | path

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

/linux/arch/arm/probes/kprobes/
A Dopt-arm.c249 code[TMPL_SUB_SP] = __opcode_to_mem_arm(0xe24dd000 | stack_protect); in NOKPROBE_SYMBOL()
251 code[TMPL_ADD_SP] = __opcode_to_mem_arm(0xe28d3000 | stack_protect); in NOKPROBE_SYMBOL()
272 code[TMPL_RESTORE_BEGIN] = __opcode_to_mem_arm(0xe89d7fff); in NOKPROBE_SYMBOL()
275 code[TMPL_RESTORE_ORIGN_INSN] = __opcode_to_mem_arm(orig->opcode); in NOKPROBE_SYMBOL()
278 code[TMPL_RESTORE_END] = __opcode_to_mem_arm(final_branch); in NOKPROBE_SYMBOL()
A Dactions-common.c154 asi->insn[0] = __opcode_to_mem_arm((insn & 0xfff00000) | in kprobe_decode_ldmstm()
/linux/arch/arm/include/asm/
A Dopcodes.h100 #define __opcode_to_mem_arm(x) ___opcode_swab32(x) macro
109 #define __opcode_to_mem_arm(x) ___opcode_identity32(x) macro
130 #define __mem_to_opcode_arm(x) __opcode_to_mem_arm(x)
A Duprobes.h19 #define UPROBE_SWBP_INSN __opcode_to_mem_arm(UPROBE_SWBP_ARM_INSN)
/linux/arch/arm/probes/uprobes/
A Dcore.c33 __opcode_to_mem_arm(auprobe->bpinsn)); in set_swbp()
84 auprobe->ixol[0] = __opcode_to_mem_arm(insn); in arch_uprobe_analyze_insn()
85 auprobe->ixol[1] = __opcode_to_mem_arm(UPROBE_SS_ARM_INSN); in arch_uprobe_analyze_insn()
A Dactions-arm.c62 *pinsn = __opcode_to_mem_arm(insn); in uprobes_substitute_pc()
183 auprobe->ixol[0] = __opcode_to_mem_arm(insn); in uprobe_decode_ldmstm()
/linux/arch/arm/kernel/
A Dmodule.c161 *(u32 *)loc &= __opcode_to_mem_arm(0xff000000); in apply_relocate()
162 *(u32 *)loc |= __opcode_to_mem_arm(offset); in apply_relocate()
170 *(u32 *)loc &= __opcode_to_mem_arm(0xf000000f); in apply_relocate()
171 *(u32 *)loc |= __opcode_to_mem_arm(0x01a0f000); in apply_relocate()
212 *(u32 *)loc = __opcode_to_mem_arm(tmp); in apply_relocate()
A Dpatch.c96 insn = __opcode_to_mem_arm(insn); in __patch_text_real()
A Dsetup.c392 return __opcode_to_mem_arm(0xe710f110); in sdiv_instruction()
404 return __opcode_to_mem_arm(0xe730f110); in udiv_instruction()
416 return __opcode_to_mem_arm(0xe12fff1e); in bx_lr_instruction()
A Dftrace.c85 old = __opcode_to_mem_arm(old); in ftrace_modify_code()
A Dmodule-plts.c20 #define PLT_ENT_LDR __opcode_to_mem_arm(0xe59ff000 | \
A Dtraps.c382 u32 insn = __opcode_to_mem_arm(BUG_INSTR_VALUE); in is_valid_bugaddr()
A Dsignal.c654 memset32(addr, __opcode_to_mem_arm(0xe7fddef1), in get_signal_page()
/linux/arch/arm/probes/
A Ddecode.c207 asi->insn[1] = __opcode_to_mem_arm(0xe12fff1e); /* ARM bx lr */ in prepare_emulated_insn()
209 asi->insn[1] = __opcode_to_mem_arm(0xe1a0f00e); /* mov pc, lr */ in prepare_emulated_insn()
234 asi->insn[0] = __opcode_to_mem_arm(insn); in set_emulated_insn()
/linux/arch/arm/net/
A Dbpf_jit_32.c234 inst = __opcode_to_mem_arm(inst); in _emit()
349 *ptr++ = __opcode_to_mem_arm(ARM_INST_UDF); in jit_fill_hole()
1878 if (ctx->target[i] == __opcode_to_mem_arm(ARM_INST_UDF)) in validate_code()

Completed in 31 milliseconds