Home
last modified time | relevance | path

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

/arch/tile/include/asm/
Dthread_info.h38 struct single_step_state *step_state; /* single step state member
58 .step_state = NULL, \
/arch/tile/kernel/
Dprocess.c79 struct single_step_state *step_state = info->step_state; in arch_release_thread_stack() local
81 if (step_state) { in arch_release_thread_stack()
97 kfree(step_state); in arch_release_thread_stack()
151 task_thread_info(p)->step_state = NULL; in copy_thread()
Dsingle_step.c285 kfree(ti->step_state); in single_step_execve()
286 ti->step_state = NULL; in single_step_execve()
313 struct single_step_state *state = info->step_state; in single_step_once()
383 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()