Searched refs:insn32 (Results 1 – 2 of 2) sorted by relevance
3046 struct comedi32_insn_struct __user *insn32) in get_compat_insn() argument3051 if (copy_from_user(&v32, insn32, sizeof(v32))) in get_compat_insn()3068 struct comedi32_insn_struct __user *insn32; in compat_insnlist() local3081 insn32 = compat_ptr(insnlist32.insns); in compat_insnlist()3083 rc = get_compat_insn(insns + n, insn32 + n); in compat_insnlist()
242 u32 insn32; in show_code() local244 if (__get_inst32(&insn32, (u32 *)pc + i, user)) in show_code()247 pr_cont("%c%08x%c", (i?' ':'<'), insn32, (i?' ':'>')); in show_code()