Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dthread_info.h39 struct single_step_state *step_state; /* single step state member
59 .step_state = NULL, \
/arch/tile/kernel/
Dprocess.c76 struct single_step_state *step_state = info->step_state; in arch_release_thread_info() local
78 if (step_state) { in arch_release_thread_info()
94 kfree(step_state); in arch_release_thread_info()
149 task_thread_info(p)->step_state = NULL; in copy_thread()
Dsingle_step.c286 kfree(ti->step_state); in single_step_execve()
287 ti->step_state = NULL; in single_step_execve()
314 struct single_step_state *state = info->step_state; in single_step_once()
384 info->step_state = state; in single_step_once()
Dasm-offsets.c64 offsetof(struct thread_info, step_state)); in foo()
Dtraps.c345 current_thread_info()->step_state; in do_trap()