Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/kernel/
Dptrace.c216 check_condition_bit(struct task_struct *child) in check_condition_bit() function
279 if (!check_condition_bit(child)) { in compute_next_pc_for_16bit_insn()
287 if (check_condition_bit(child)) { in compute_next_pc_for_16bit_insn()
325 if (op3 == 0xc && check_condition_bit(child)) { in compute_next_pc_for_16bit_insn()
333 if (op3 == 0xc && !check_condition_bit(child)) { in compute_next_pc_for_16bit_insn()
373 if (!check_condition_bit(child)) { in compute_next_pc_for_32bit_insn()
381 if (check_condition_bit(child)) { in compute_next_pc_for_32bit_insn()