Home
last modified time | relevance | path

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

/Linux-v5.15/arch/ia64/kernel/
Dptrace.c1115 struct ia64_psr *child_psr = ia64_psr(task_pt_regs(child)); in user_enable_single_step() local
1118 child_psr->ss = 1; in user_enable_single_step()
1124 struct ia64_psr *child_psr = ia64_psr(task_pt_regs(child)); in user_enable_block_step() local
1127 child_psr->tb = 1; in user_enable_block_step()
1133 struct ia64_psr *child_psr = ia64_psr(task_pt_regs(child)); in user_disable_single_step() local
1137 child_psr->ss = 0; in user_disable_single_step()
1138 child_psr->tb = 0; in user_disable_single_step()