Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dtraps.c458 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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbranch.c324 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()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dchannel_mgmt.c894 const guid_t *inst1, *inst2; in find_primary_channel_by_offer() local
904 inst2 = &offer->offer.if_instance; in find_primary_channel_by_offer()
906 if (guid_equal(inst1, inst2)) { in find_primary_channel_by_offer()