Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/kernel/
Dptrace.c222 check_condition_src(unsigned long op, unsigned long regno1, in check_condition_src() argument
231 reg1 = get_stack_long(child, reg_offset[regno1]); in check_condition_src()
234 reg1 = get_stack_long(child, reg_offset[regno1]); in check_condition_src()
365 unsigned long regno1, regno2; in compute_next_pc_for_32bit_insn() local
404 regno1 = ((insn >> 24) & 0xf); in compute_next_pc_for_32bit_insn()
406 if (check_condition_src(op2, regno1, regno2, child)) { in compute_next_pc_for_32bit_insn()