Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dmodule.c167 *(u32 *)loc &= __opcode_to_mem_arm(0xff000000); in apply_relocate()
168 *(u32 *)loc |= __opcode_to_mem_arm(offset); in apply_relocate()
176 *(u32 *)loc &= __opcode_to_mem_arm(0xf000000f); in apply_relocate()
177 *(u32 *)loc |= __opcode_to_mem_arm(0x01a0f000); in apply_relocate()
218 *(u32 *)loc = __opcode_to_mem_arm(tmp); in apply_relocate()
243 *(u32 *)loc = __opcode_to_mem_arm((tmp & ~0xfff) | offset); in apply_relocate()
267 *(u32 *)loc = __opcode_to_mem_arm((tmp & ~0xfff) | offset); in apply_relocate()
H A Dsetup.c385 return __opcode_to_mem_arm(0xe710f110); in sdiv_instruction()
397 return __opcode_to_mem_arm(0xe730f110); in udiv_instruction()
409 return __opcode_to_mem_arm(0xe12fff1e); in bx_lr_instruction()
/linux/arch/arm/include/asm/
H 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)
H A Duprobes.h19 #define UPROBE_SWBP_INSN __opcode_to_mem_arm(UPROBE_SWBP_ARM_INSN)
/linux/arch/arm/probes/
H 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/probes/uprobes/
H 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/probes/kprobes/
H A Dactions-common.c156 asi->insn[0] = __opcode_to_mem_arm((insn & 0xfff00000) | in kprobe_decode_ldmstm()
/linux/arch/arm/net/
H A Dbpf_jit_32.c274 inst = __opcode_to_mem_arm(inst); in _emit()
392 *ptr++ = __opcode_to_mem_arm(ARM_INST_UDF); in jit_fill_hole()
2133 if (ctx->target[i] == __opcode_to_mem_arm(ARM_INST_UDF)) in validate_code()