Lines Matching refs:offsetof
434 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
435 TI_TASK != offsetof(struct thread_info, task) ||
436 TI_FLAGS != offsetof(struct thread_info, flags) ||
437 TI_CPU != offsetof(struct thread_info, cpu) ||
438 TI_PREEMPT != offsetof(struct thread_info, preempt_count) ||
439 TI_SOFTIRQ != offsetof(struct thread_info, softirq_count) ||
440 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
441 TI_KSP != offsetof(struct thread_info, ksp) ||
442 TI_KPC != offsetof(struct thread_info, kpc) ||
443 TI_KPSR != offsetof(struct thread_info, kpsr) ||
444 TI_KWIM != offsetof(struct thread_info, kwim) ||
445 TI_REG_WINDOW != offsetof(struct thread_info, reg_window) ||
446 TI_RWIN_SPTRS != offsetof(struct thread_info, rwbuf_stkptrs) ||
447 TI_W_SAVED != offsetof(struct thread_info, w_saved))