Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/kernel/
Dtraps.c448 u16 inst2; in do_undefinstr() local
449 inst2 = __mem_to_opcode_thumb16(((u16 *)pc)[1]); in do_undefinstr()
450 instr = __opcode_thumb32_compose(instr, inst2); in do_undefinstr()
/Linux-v5.4/arch/arm/probes/kprobes/
Dcore.c62 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()
/Linux-v5.4/arch/mips/kernel/
Dbranch.c322 u16 inst2; in __MIPS16e_compute_return_epc() local
345 if (__get_user(inst2, addr)) { in __MIPS16e_compute_return_epc()
349 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
/Linux-v5.4/drivers/hv/
Dchannel_mgmt.c900 const guid_t *inst1, *inst2; in find_primary_channel_by_offer() local
910 inst2 = &offer->offer.if_instance; in find_primary_channel_by_offer()
912 if (guid_equal(inst1, inst2)) { in find_primary_channel_by_offer()