Lines Matching refs:thread_info
2323 struct thread_info *tp; in show_stack()
2407 struct thread_info *tp = current_thread_info(); in die_if_kernel()
2668 void notrace init_cur_cpu_trap(struct thread_info *t) in init_cur_cpu_trap()
2685 BUILD_BUG_ON(TI_TASK != offsetof(struct thread_info, task) || in trap_init()
2686 TI_FLAGS != offsetof(struct thread_info, flags) || in trap_init()
2687 TI_CPU != offsetof(struct thread_info, cpu) || in trap_init()
2688 TI_FPSAVED != offsetof(struct thread_info, fpsaved) || in trap_init()
2689 TI_KSP != offsetof(struct thread_info, ksp) || in trap_init()
2690 TI_FAULT_ADDR != offsetof(struct thread_info, in trap_init()
2692 TI_KREGS != offsetof(struct thread_info, kregs) || in trap_init()
2693 TI_UTRAPS != offsetof(struct thread_info, utraps) || in trap_init()
2694 TI_REG_WINDOW != offsetof(struct thread_info, in trap_init()
2696 TI_RWIN_SPTRS != offsetof(struct thread_info, in trap_init()
2698 TI_GSR != offsetof(struct thread_info, gsr) || in trap_init()
2699 TI_XFSR != offsetof(struct thread_info, xfsr) || in trap_init()
2700 TI_PRE_COUNT != offsetof(struct thread_info, in trap_init()
2702 TI_NEW_CHILD != offsetof(struct thread_info, new_child) || in trap_init()
2703 TI_CURRENT_DS != offsetof(struct thread_info, in trap_init()
2705 TI_KUNA_REGS != offsetof(struct thread_info, in trap_init()
2707 TI_KUNA_INSN != offsetof(struct thread_info, in trap_init()
2709 TI_FPREGS != offsetof(struct thread_info, fpregs) || in trap_init()