Lines Matching refs:offsetof

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()
2712 BUILD_BUG_ON(TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu, in trap_init()
2715 offsetof(struct trap_per_cpu, pgd_paddr)) || in trap_init()
2717 offsetof(struct trap_per_cpu, cpu_mondo_pa)) || in trap_init()
2719 offsetof(struct trap_per_cpu, dev_mondo_pa)) || in trap_init()
2721 offsetof(struct trap_per_cpu, resum_mondo_pa)) || in trap_init()
2723 offsetof(struct trap_per_cpu, resum_kernel_buf_pa)) || in trap_init()
2725 offsetof(struct trap_per_cpu, nonresum_mondo_pa)) || in trap_init()
2727 offsetof(struct trap_per_cpu, nonresum_kernel_buf_pa)) || in trap_init()
2729 offsetof(struct trap_per_cpu, fault_info)) || in trap_init()
2731 offsetof(struct trap_per_cpu, cpu_mondo_block_pa)) || in trap_init()
2733 offsetof(struct trap_per_cpu, cpu_list_pa)) || in trap_init()
2735 offsetof(struct trap_per_cpu, tsb_huge)) || in trap_init()
2737 offsetof(struct trap_per_cpu, tsb_huge_temp)) || in trap_init()
2739 offsetof(struct trap_per_cpu, irq_worklist_pa)) || in trap_init()
2741 offsetof(struct trap_per_cpu, cpu_mondo_qmask)) || in trap_init()
2743 offsetof(struct trap_per_cpu, dev_mondo_qmask)) || in trap_init()
2745 offsetof(struct trap_per_cpu, resum_qmask)) || in trap_init()
2747 offsetof(struct trap_per_cpu, nonresum_qmask)) || in trap_init()
2749 offsetof(struct trap_per_cpu, __per_cpu_base))); in trap_init()
2752 offsetof(struct tsb_config, tsb)) || in trap_init()
2754 offsetof(struct tsb_config, tsb_rss_limit)) || in trap_init()
2756 offsetof(struct tsb_config, tsb_nentries)) || in trap_init()
2758 offsetof(struct tsb_config, tsb_reg_val)) || in trap_init()
2760 offsetof(struct tsb_config, tsb_map_vaddr)) || in trap_init()
2762 offsetof(struct tsb_config, tsb_map_pte))); in trap_init()