Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dptrace.c1120 struct ia64_psr *child_psr = ia64_psr(task_pt_regs(child)); in user_enable_single_step() local
1123 child_psr->ss = 1; in user_enable_single_step()
1129 struct ia64_psr *child_psr = ia64_psr(task_pt_regs(child)); in user_enable_block_step() local
1132 child_psr->tb = 1; in user_enable_block_step()
1138 struct ia64_psr *child_psr = ia64_psr(task_pt_regs(child)); in user_disable_single_step() local
1142 child_psr->ss = 0; in user_disable_single_step()
1143 child_psr->tb = 0; in user_disable_single_step()