Lines Matching refs:thread_info
373 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
374 TI_TASK != offsetof(struct thread_info, task) ||
375 TI_FLAGS != offsetof(struct thread_info, flags) ||
376 TI_CPU != offsetof(struct thread_info, cpu) ||
377 TI_PREEMPT != offsetof(struct thread_info, preempt_count) ||
378 TI_SOFTIRQ != offsetof(struct thread_info, softirq_count) ||
379 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
380 TI_KSP != offsetof(struct thread_info, ksp) ||
381 TI_KPC != offsetof(struct thread_info, kpc) ||
382 TI_KPSR != offsetof(struct thread_info, kpsr) ||
383 TI_KWIM != offsetof(struct thread_info, kwim) ||
384 TI_REG_WINDOW != offsetof(struct thread_info, reg_window) ||
385 TI_RWIN_SPTRS != offsetof(struct thread_info, rwbuf_stkptrs) ||
386 TI_W_SAVED != offsetof(struct thread_info, w_saved))