Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/kernel/
Dtraps_64.c2084 struct trap_per_cpu *tb; in sun4v_resum_error()
2202 struct trap_per_cpu *tb; in sun4v_nonresum_error()
2828 struct trap_per_cpu trap_block[NR_CPUS];
2837 struct trap_per_cpu *p = &trap_block[cpu]; in init_cur_cpu_trap()
2878 BUILD_BUG_ON(TRAP_PER_CPU_THREAD != offsetof(struct trap_per_cpu, in trap_init()
2881 offsetof(struct trap_per_cpu, pgd_paddr)) || in trap_init()
2883 offsetof(struct trap_per_cpu, cpu_mondo_pa)) || in trap_init()
2885 offsetof(struct trap_per_cpu, dev_mondo_pa)) || in trap_init()
2887 offsetof(struct trap_per_cpu, resum_mondo_pa)) || in trap_init()
2889 offsetof(struct trap_per_cpu, resum_kernel_buf_pa)) || in trap_init()
[all …]
Dsmp_64.c298 struct trap_per_cpu *tb; in ldom_startcpu_cpuid()
465 static void spitfire_xcall_deliver(struct trap_per_cpu *tb, int cnt) in spitfire_xcall_deliver()
486 static void cheetah_xcall_deliver(struct trap_per_cpu *tb, int cnt) in cheetah_xcall_deliver()
648 static void hypervisor_xcall_deliver(struct trap_per_cpu *tb, int cnt) in hypervisor_xcall_deliver()
787 static void (*xcall_deliver_impl)(struct trap_per_cpu *, int);
791 struct trap_per_cpu *tb; in xcall_deliver()
892 struct trap_per_cpu *tp = &trap_block[raw_smp_processor_id()]; in tsb_sync()
1347 struct trap_per_cpu *tb = &trap_block[cpu]; in cpu_play_dead()
Dirq_64.c1002 struct trap_per_cpu *tb = &trap_block[this_cpu]; in sun4v_register_mondo_queues()
1033 static void __init init_cpu_send_mondo_info(struct trap_per_cpu *tb) in init_cpu_send_mondo_info()
1066 struct trap_per_cpu *tb = &trap_block[cpu]; in sun4v_init_mondo_queues()
1083 struct trap_per_cpu *tb = &trap_block[cpu]; in init_send_mondo_info()
Dmdesc.c1080 struct trap_per_cpu *tb) in get_mondo_data()
1183 struct trap_per_cpu *tb; in fill_in_one_cpu()
/Linux-v5.4/arch/sparc/include/asm/
Dtrap_block.h24 struct trap_per_cpu { struct
54 extern struct trap_per_cpu trap_block[NR_CPUS]; argument