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