Searched refs:trap_per_cpu (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | traps_64.c | 2081 struct trap_per_cpu *tb; in sun4v_resum_error() 2199 struct trap_per_cpu *tb; in sun4v_nonresum_error() 2819 struct trap_per_cpu trap_block[NR_CPUS]; 2828 struct trap_per_cpu *p = &trap_block[cpu]; in init_cur_cpu_trap() 2870 offsetof(struct trap_per_cpu, pgd_paddr)) || in trap_init() 2872 offsetof(struct trap_per_cpu, cpu_mondo_pa)) || in trap_init() 2874 offsetof(struct trap_per_cpu, dev_mondo_pa)) || in trap_init() 2884 offsetof(struct trap_per_cpu, fault_info)) || in trap_init() 2888 offsetof(struct trap_per_cpu, cpu_list_pa)) || in trap_init() 2890 offsetof(struct trap_per_cpu, tsb_huge)) || in trap_init() [all …]
|
H A D | smp_64.c | 295 struct trap_per_cpu *tb; in ldom_startcpu_cpuid() 462 static void spitfire_xcall_deliver(struct trap_per_cpu *tb, int cnt) in spitfire_xcall_deliver() 483 static void cheetah_xcall_deliver(struct trap_per_cpu *tb, int cnt) in cheetah_xcall_deliver() 645 static void hypervisor_xcall_deliver(struct trap_per_cpu *tb, int cnt) in hypervisor_xcall_deliver() 784 static void (*xcall_deliver_impl)(struct trap_per_cpu *, int); 788 struct trap_per_cpu *tb; in xcall_deliver() 889 struct trap_per_cpu *tp = &trap_block[raw_smp_processor_id()]; in tsb_sync() 1303 struct trap_per_cpu *tb = &trap_block[cpu]; in cpu_play_dead()
|
H A D | irq_64.c | 1005 struct trap_per_cpu *tb = &trap_block[this_cpu]; in sun4v_register_mondo_queues() 1036 static void __init init_cpu_send_mondo_info(struct trap_per_cpu *tb) in init_cpu_send_mondo_info() 1069 struct trap_per_cpu *tb = &trap_block[cpu]; in sun4v_init_mondo_queues() 1086 struct trap_per_cpu *tb = &trap_block[cpu]; in init_send_mondo_info()
|
H A D | mdesc.c | 1081 struct trap_per_cpu *tb) in get_mondo_data() 1184 struct trap_per_cpu *tb; in fill_in_one_cpu()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | trap_block.h | 26 struct trap_per_cpu { struct 56 extern struct trap_per_cpu trap_block[NR_CPUS]; argument
|