Searched refs:step_state (Results 1 – 5 of 5) sorted by relevance
39 struct single_step_state *step_state; /* single step state member59 .step_state = NULL, \
76 struct single_step_state *step_state = info->step_state; in arch_release_thread_info() local78 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()
286 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()
64 offsetof(struct thread_info, step_state)); in foo()
345 current_thread_info()->step_state; in do_trap()