Home
last modified time | relevance | path

Searched refs:trap_per_cpu (Results 1 – 5 of 5) sorted by relevance

/arch/sparc/kernel/
Dtraps_64.c1857 struct trap_per_cpu *tb; in sun4v_resum_error()
1905 struct trap_per_cpu *tb; in sun4v_nonresum_error()
2511 struct trap_per_cpu trap_block[NR_CPUS];
2519 struct trap_per_cpu *p = &trap_block[cpu]; in init_cur_cpu_trap()
2561 if (TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu, thread) || in trap_init()
2563 offsetof(struct trap_per_cpu, pgd_paddr)) || in trap_init()
2565 offsetof(struct trap_per_cpu, cpu_mondo_pa)) || in trap_init()
2567 offsetof(struct trap_per_cpu, dev_mondo_pa)) || in trap_init()
2569 offsetof(struct trap_per_cpu, resum_mondo_pa)) || in trap_init()
2571 offsetof(struct trap_per_cpu, resum_kernel_buf_pa)) || in trap_init()
[all …]
Dsmp_64.c287 struct trap_per_cpu *tb; in ldom_startcpu_cpuid()
344 struct trap_per_cpu *tb = &trap_block[cpu]; in smp_boot_one_cpu()
460 static void spitfire_xcall_deliver(struct trap_per_cpu *tb, int cnt) in spitfire_xcall_deliver()
481 static void cheetah_xcall_deliver(struct trap_per_cpu *tb, int cnt) in cheetah_xcall_deliver()
625 static void hypervisor_xcall_deliver(struct trap_per_cpu *tb, int cnt) in hypervisor_xcall_deliver()
737 static void (*xcall_deliver_impl)(struct trap_per_cpu *, int);
741 struct trap_per_cpu *tb; in xcall_deliver()
838 struct trap_per_cpu *tp = &trap_block[raw_smp_processor_id()]; in tsb_sync()
1259 struct trap_per_cpu *tb = &trap_block[cpu]; in cpu_play_dead()
Dirq_64.c919 struct trap_per_cpu *tb = &trap_block[this_cpu]; in sun4v_register_mondo_queues()
956 static void __init init_cpu_send_mondo_info(struct trap_per_cpu *tb) in init_cpu_send_mondo_info()
980 struct trap_per_cpu *tb = &trap_block[cpu]; in sun4v_init_mondo_queues()
997 struct trap_per_cpu *tb = &trap_block[cpu]; in init_send_mondo_info()
Dmdesc.c749 struct trap_per_cpu *tb) in get_mondo_data()
775 struct trap_per_cpu *tb; in mdesc_fill_in_cpu_data()
/arch/sparc/include/asm/
Dcpudata_64.h55 struct trap_per_cpu { struct
85 extern struct trap_per_cpu trap_block[NR_CPUS]; argument