Lines Matching refs:tb
289 struct trap_per_cpu *tb; in ldom_startcpu_cpuid() local
308 tb = &trap_block[cpu]; in ldom_startcpu_cpuid()
310 hdesc->fault_info_va = (unsigned long) &tb->fault_info; in ldom_startcpu_cpuid()
311 hdesc->fault_info_pa = kimage_addr_to_ra(&tb->fault_info); in ldom_startcpu_cpuid()
456 static void spitfire_xcall_deliver(struct trap_per_cpu *tb, int cnt) in spitfire_xcall_deliver() argument
464 cpu_list = __va(tb->cpu_list_pa); in spitfire_xcall_deliver()
465 mondo = __va(tb->cpu_mondo_block_pa); in spitfire_xcall_deliver()
477 static void cheetah_xcall_deliver(struct trap_per_cpu *tb, int cnt) in cheetah_xcall_deliver() argument
483 cpu_list = __va(tb->cpu_list_pa); in cheetah_xcall_deliver()
484 mondo = __va(tb->cpu_mondo_block_pa); in cheetah_xcall_deliver()
621 static void hypervisor_xcall_deliver(struct trap_per_cpu *tb, int cnt) in hypervisor_xcall_deliver() argument
629 cpu_list = __va(tb->cpu_list_pa); in hypervisor_xcall_deliver()
638 tb->cpu_list_pa, in hypervisor_xcall_deliver()
639 tb->cpu_mondo_block_pa); in hypervisor_xcall_deliver()
724 this_cpu, cnt, tb->cpu_list_pa, tb->cpu_mondo_block_pa); in hypervisor_xcall_deliver()
737 struct trap_per_cpu *tb; in xcall_deliver() local
756 tb = &trap_block[this_cpu]; in xcall_deliver()
758 mondo = __va(tb->cpu_mondo_block_pa); in xcall_deliver()
764 cpu_list = __va(tb->cpu_list_pa); in xcall_deliver()
775 xcall_deliver_impl(tb, cnt); in xcall_deliver()
1306 struct trap_per_cpu *tb = &trap_block[cpu]; in cpu_play_dead() local
1309 tb->cpu_mondo_pa, 0); in cpu_play_dead()
1311 tb->dev_mondo_pa, 0); in cpu_play_dead()
1313 tb->resum_mondo_pa, 0); in cpu_play_dead()
1315 tb->nonresum_mondo_pa, 0); in cpu_play_dead()