Searched refs:__opcode_thumb32_compose (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | insn.c | 34 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
|
D | setup.c | 387 u32 insn = __opcode_thumb32_compose(0xfb90, 0xf0f1); in sdiv_instruction() 399 u32 insn = __opcode_thumb32_compose(0xfbb0, 0xf0f1); in udiv_instruction() 411 u32 insn = __opcode_thumb32_compose(0x4770, 0x46c0); in bx_lr_instruction()
|
D | traps.c | 460 instr = __opcode_thumb32_compose(instr, inst2); in do_undefinstr() 474 instr = __opcode_thumb32_compose(instr, instr2); in do_undefinstr()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | opcodes.h | 146 #define __opcode_thumb32_compose(first, second) ( \ macro
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
D | core.c | 63 insn = __opcode_thumb32_compose(insn, inst2); in arch_prepare_kprobe()
|
D | test-core.c | 1356 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | alignment.c | 819 instr = __opcode_thumb32_compose(tinstr, tinst2); in do_alignment()
|