• Home
  • Raw
  • Download

Lines Matching refs:trap_per_cpu

2008 	struct trap_per_cpu *tb;  in sun4v_resum_error()
2060 struct trap_per_cpu *tb; in sun4v_nonresum_error()
2688 struct trap_per_cpu trap_block[NR_CPUS];
2697 struct trap_per_cpu *p = &trap_block[cpu]; in init_cur_cpu_trap()
2740 BUILD_BUG_ON(TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu, in trap_init()
2743 offsetof(struct trap_per_cpu, pgd_paddr)) || in trap_init()
2745 offsetof(struct trap_per_cpu, cpu_mondo_pa)) || in trap_init()
2747 offsetof(struct trap_per_cpu, dev_mondo_pa)) || in trap_init()
2749 offsetof(struct trap_per_cpu, resum_mondo_pa)) || in trap_init()
2751 offsetof(struct trap_per_cpu, resum_kernel_buf_pa)) || in trap_init()
2753 offsetof(struct trap_per_cpu, nonresum_mondo_pa)) || in trap_init()
2755 offsetof(struct trap_per_cpu, nonresum_kernel_buf_pa)) || in trap_init()
2757 offsetof(struct trap_per_cpu, fault_info)) || in trap_init()
2759 offsetof(struct trap_per_cpu, cpu_mondo_block_pa)) || in trap_init()
2761 offsetof(struct trap_per_cpu, cpu_list_pa)) || in trap_init()
2763 offsetof(struct trap_per_cpu, tsb_huge)) || in trap_init()
2765 offsetof(struct trap_per_cpu, tsb_huge_temp)) || in trap_init()
2767 offsetof(struct trap_per_cpu, irq_worklist_pa)) || in trap_init()
2769 offsetof(struct trap_per_cpu, cpu_mondo_qmask)) || in trap_init()
2771 offsetof(struct trap_per_cpu, dev_mondo_qmask)) || in trap_init()
2773 offsetof(struct trap_per_cpu, resum_qmask)) || in trap_init()
2775 offsetof(struct trap_per_cpu, nonresum_qmask)) || in trap_init()
2777 offsetof(struct trap_per_cpu, __per_cpu_base))); in trap_init()