Home
last modified time | relevance | path

Searched refs:__opcode_to_mem_thumb32 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Dopcodes.h105 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) macro
122 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) macro
131 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x)
/linux-4.4.14/arch/arm/kernel/
Dftrace.c108 old = __opcode_to_mem_thumb32(old); in ftrace_modify_code()
109 new = __opcode_to_mem_thumb32(new); in ftrace_modify_code()
Dmodule-plts.c21 #define PLT_ENT_LDR __opcode_to_mem_thumb32(0xf8dff000 | \
125 __opcode_to_mem_thumb32(0x07ff2fff))) in count_plts()
Dpatch.c93 insn = __opcode_to_mem_thumb32(insn); in __patch_text_real()