Searched refs:step_state (Results 1 – 5 of 5) sorted by relevance
38 struct single_step_state *step_state; /* single step state member58 .step_state = NULL, \
78 struct single_step_state *step_state = info->step_state; in arch_release_thread_info() local80 if (step_state) { in arch_release_thread_info()96 kfree(step_state); in arch_release_thread_info()150 task_thread_info(p)->step_state = NULL; in copy_thread()
285 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()
64 offsetof(struct thread_info, step_state)); in foo()
345 current_thread_info()->step_state; in do_trap()