Searched refs:inst2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | core.c | 62 u16 inst2 = __mem_to_opcode_thumb16(((u16 *)addr)[1]); in arch_prepare_kprobe() local 63 insn = __opcode_thumb32_compose(insn, inst2); in arch_prepare_kprobe()
|
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | core.c | 64 u16 inst2 = __mem_to_opcode_thumb16(((u16 *)addr)[1]); in arch_prepare_kprobe() local 65 insn = __opcode_thumb32_compose(insn, inst2); in arch_prepare_kprobe()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | branch.c | 324 u16 inst2; in __MIPS16e_compute_return_epc() local 347 if (__get_user(inst2, addr)) { in __MIPS16e_compute_return_epc() 351 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | traps.c | 458 u16 inst2; in do_undefinstr() local 459 inst2 = __mem_to_opcode_thumb16(((u16 *)pc)[1]); in do_undefinstr() 460 instr = __opcode_thumb32_compose(instr, inst2); in do_undefinstr()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | branch.c | 324 u16 inst2; in __MIPS16e_compute_return_epc() local 347 if (__get_user(inst2, addr)) { in __MIPS16e_compute_return_epc() 351 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | traps.c | 463 u16 inst2; in do_undefinstr() local 464 inst2 = __mem_to_opcode_thumb16(((u16 *)pc)[1]); in do_undefinstr() 465 instr = __opcode_thumb32_compose(instr, inst2); in do_undefinstr()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel_mgmt.c | 908 const guid_t *inst1, *inst2; in find_primary_channel_by_offer() local 918 inst2 = &offer->offer.if_instance; in find_primary_channel_by_offer() 920 if (guid_equal(inst1, inst2)) { in find_primary_channel_by_offer()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | channel_mgmt.c | 975 const guid_t *inst1, *inst2; in find_primary_channel_by_offer() local 985 inst2 = &offer->offer.if_instance; in find_primary_channel_by_offer() 987 if (guid_equal(inst1, inst2)) { in find_primary_channel_by_offer()
|
Completed in 10 milliseconds