Searched refs:insn32 (Results 1 – 2 of 2) sorted by relevance
250 u32 insn32; in show_code() local252 if (__get_inst32(&insn32, (u32 *)pc + i, user)) in show_code()255 pr_cont("%c%08x%c", (i?' ':'<'), insn32, (i?' ':'>')); in show_code()
3294 struct comedi32_insn_struct __user *insn32) in get_compat_insn() argument3299 if (copy_from_user(&v32, insn32, sizeof(v32))) in get_compat_insn()3316 struct comedi32_insn_struct __user *insn32; in compat_insnlist() local3332 insn32 = compat_ptr(insnlist32.insns); in compat_insnlist()3334 rc = get_compat_insn(insns + n, insn32 + n); in compat_insnlist()