__opcode_to_mem_arm  125 arch/arm/include/asm/opcodes.h #define __mem_to_opcode_arm(x) __opcode_to_mem_arm(x)
__opcode_to_mem_arm   19 arch/arm/include/asm/uprobes.h #define UPROBE_SWBP_INSN	__opcode_to_mem_arm(UPROBE_SWBP_ARM_INSN)
__opcode_to_mem_arm   88 arch/arm/kernel/ftrace.c 		old = __opcode_to_mem_arm(old);
__opcode_to_mem_arm   89 arch/arm/kernel/ftrace.c 		new = __opcode_to_mem_arm(new);
__opcode_to_mem_arm   22 arch/arm/kernel/module-plts.c #define PLT_ENT_LDR		__opcode_to_mem_arm(0xe59ff000 | \
__opcode_to_mem_arm  155 arch/arm/kernel/module.c 			*(u32 *)loc &= __opcode_to_mem_arm(0xff000000);
__opcode_to_mem_arm  156 arch/arm/kernel/module.c 			*(u32 *)loc |= __opcode_to_mem_arm(offset);
__opcode_to_mem_arm  164 arch/arm/kernel/module.c 		       *(u32 *)loc &= __opcode_to_mem_arm(0xf000000f);
__opcode_to_mem_arm  165 arch/arm/kernel/module.c 		       *(u32 *)loc |= __opcode_to_mem_arm(0x01a0f000);
__opcode_to_mem_arm  196 arch/arm/kernel/module.c 			*(u32 *)loc = __opcode_to_mem_arm(tmp);
__opcode_to_mem_arm   96 arch/arm/kernel/patch.c 			insn = __opcode_to_mem_arm(insn);
__opcode_to_mem_arm  390 arch/arm/kernel/setup.c 	return __opcode_to_mem_arm(0xe710f110);
__opcode_to_mem_arm  402 arch/arm/kernel/setup.c 	return __opcode_to_mem_arm(0xe730f110);
__opcode_to_mem_arm  414 arch/arm/kernel/setup.c 	return __opcode_to_mem_arm(0xe12fff1e);
__opcode_to_mem_arm  387 arch/arm/kernel/traps.c 	u32 insn = __opcode_to_mem_arm(BUG_INSTR_VALUE);
__opcode_to_mem_arm  222 arch/arm/net/bpf_jit_32.c 	inst = __opcode_to_mem_arm(inst);
__opcode_to_mem_arm  337 arch/arm/net/bpf_jit_32.c 		*ptr++ = __opcode_to_mem_arm(ARM_INST_UDF);
__opcode_to_mem_arm 1857 arch/arm/net/bpf_jit_32.c 		if (ctx->target[i] == __opcode_to_mem_arm(ARM_INST_UDF))
__opcode_to_mem_arm  207 arch/arm/probes/decode.c 	asi->insn[1] = __opcode_to_mem_arm(0xe12fff1e); /* ARM bx lr */
__opcode_to_mem_arm  209 arch/arm/probes/decode.c 	asi->insn[1] = __opcode_to_mem_arm(0xe1a0f00e); /* mov pc, lr */
__opcode_to_mem_arm  234 arch/arm/probes/decode.c 	asi->insn[0] = __opcode_to_mem_arm(insn);
__opcode_to_mem_arm  154 arch/arm/probes/kprobes/actions-common.c 		asi->insn[0] = __opcode_to_mem_arm((insn & 0xfff00000) |
__opcode_to_mem_arm  249 arch/arm/probes/kprobes/opt-arm.c 	code[TMPL_SUB_SP] = __opcode_to_mem_arm(0xe24dd000 | stack_protect);
__opcode_to_mem_arm  251 arch/arm/probes/kprobes/opt-arm.c 	code[TMPL_ADD_SP] = __opcode_to_mem_arm(0xe28d3000 | stack_protect);
__opcode_to_mem_arm  272 arch/arm/probes/kprobes/opt-arm.c 			code[TMPL_RESTORE_BEGIN] = __opcode_to_mem_arm(0xe89d7fff);
__opcode_to_mem_arm  275 arch/arm/probes/kprobes/opt-arm.c 			code[TMPL_RESTORE_ORIGN_INSN] = __opcode_to_mem_arm(orig->opcode);
__opcode_to_mem_arm  278 arch/arm/probes/kprobes/opt-arm.c 			code[TMPL_RESTORE_END] = __opcode_to_mem_arm(final_branch);
__opcode_to_mem_arm   62 arch/arm/probes/uprobes/actions-arm.c 	*pinsn = __opcode_to_mem_arm(insn);
__opcode_to_mem_arm  183 arch/arm/probes/uprobes/actions-arm.c 	auprobe->ixol[0] = __opcode_to_mem_arm(insn);
__opcode_to_mem_arm   33 arch/arm/probes/uprobes/core.c 		   __opcode_to_mem_arm(auprobe->bpinsn));
__opcode_to_mem_arm   84 arch/arm/probes/uprobes/core.c 	auprobe->ixol[0] = __opcode_to_mem_arm(insn);
__opcode_to_mem_arm   85 arch/arm/probes/uprobes/core.c 	auprobe->ixol[1] = __opcode_to_mem_arm(UPROBE_SS_ARM_INSN);