Home
last modified time | relevance | path

Searched refs:__opcode_to_mem_thumb32 (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dopcodes.h102 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) macro
121 extern __u32 __opcode_to_mem_thumb32(__u32);
124 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) macro
133 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dopcodes.h102 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) macro
119 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) macro
128 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x)
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dpatch.c94 insn = __opcode_to_mem_thumb32(insn); in __patch_text_real()
H A Dftrace.c83 old = __opcode_to_mem_thumb32(old); in ftrace_modify_code()
H A Dsetup.c388 return __opcode_to_mem_thumb32(insn); in sdiv_instruction()
400 return __opcode_to_mem_thumb32(insn); in udiv_instruction()
412 return __opcode_to_mem_thumb32(insn); in bx_lr_instruction()
H A Dmodule-plts.c17 #define PLT_ENT_LDR __opcode_to_mem_thumb32(0xf8dff000 | \
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dpatch.c94 insn = __opcode_to_mem_thumb32(insn); in __patch_text_real()
H A Dsetup.c381 return __opcode_to_mem_thumb32(insn); in sdiv_instruction()
393 return __opcode_to_mem_thumb32(insn); in udiv_instruction()
405 return __opcode_to_mem_thumb32(insn); in bx_lr_instruction()
H A Dftrace.c104 old = __opcode_to_mem_thumb32(old); in ftrace_modify_code()
H A Dmodule-plts.c17 #define PLT_ENT_LDR __opcode_to_mem_thumb32(0xf8dff000 | \

Completed in 7 milliseconds