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, \
79 struct single_step_state *step_state = info->step_state; in arch_release_thread_stack() local81 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()
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()