trap_per_cpu
extern struct trap_per_cpu trap_block[NR_CPUS];
struct trap_per_cpu *tb = &trap_block[this_cpu];
static void __init init_cpu_send_mondo_info(struct trap_per_cpu *tb)
struct trap_per_cpu *tb = &trap_block[cpu];
struct trap_per_cpu *tb = &trap_block[cpu];
struct trap_per_cpu *tb)
struct trap_per_cpu *tb;
struct trap_per_cpu *tb = &trap_block[cpu];
struct trap_per_cpu *tb;
static void spitfire_xcall_deliver(struct trap_per_cpu *tb, int cnt)
static void cheetah_xcall_deliver(struct trap_per_cpu *tb, int cnt)
static void hypervisor_xcall_deliver(struct trap_per_cpu *tb, int cnt)
static void (*xcall_deliver_impl)(struct trap_per_cpu *, int);
struct trap_per_cpu *tb;
struct trap_per_cpu *tp = &trap_block[raw_smp_processor_id()];
struct trap_per_cpu *tb;
struct trap_per_cpu *tb;
struct trap_per_cpu trap_block[NR_CPUS];
struct trap_per_cpu *p = &trap_block[cpu];
BUILD_BUG_ON(TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu,
offsetof(struct trap_per_cpu, pgd_paddr)) ||
offsetof(struct trap_per_cpu, cpu_mondo_pa)) ||
offsetof(struct trap_per_cpu, dev_mondo_pa)) ||
offsetof(struct trap_per_cpu, resum_mondo_pa)) ||
offsetof(struct trap_per_cpu, resum_kernel_buf_pa)) ||
offsetof(struct trap_per_cpu, nonresum_mondo_pa)) ||
offsetof(struct trap_per_cpu, nonresum_kernel_buf_pa)) ||
offsetof(struct trap_per_cpu, fault_info)) ||
offsetof(struct trap_per_cpu, cpu_mondo_block_pa)) ||
offsetof(struct trap_per_cpu, cpu_list_pa)) ||
offsetof(struct trap_per_cpu, tsb_huge)) ||
offsetof(struct trap_per_cpu, tsb_huge_temp)) ||
offsetof(struct trap_per_cpu, irq_worklist_pa)) ||
offsetof(struct trap_per_cpu, cpu_mondo_qmask)) ||
offsetof(struct trap_per_cpu, dev_mondo_qmask)) ||
offsetof(struct trap_per_cpu, resum_qmask)) ||
offsetof(struct trap_per_cpu, nonresum_qmask)) ||
offsetof(struct trap_per_cpu, __per_cpu_base)));