Searched refs:xc_func_t (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | x_call.h | 37 typedef int (*xc_func_t)(xc_arg_t, xc_arg_t, xc_arg_t); typedef 44 xc_func_t xc_func; 76 extern void xc_call(xc_arg_t, xc_arg_t, xc_arg_t, ulong_t *, xc_func_t); 78 xc_func_t); 79 extern void xc_sync(xc_arg_t, xc_arg_t, xc_arg_t, ulong_t *, xc_func_t); 80 extern void xc_priority(xc_arg_t, xc_arg_t, xc_arg_t, ulong_t *, xc_func_t);
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | x_call.c | 319 xc_func_t func; in xc_serv() 455 xc_func_t func, in xc_common() 549 xc_func_t func, in xc_priority_common() 631 xc_func_t func) in xc_priority() 638 xc_priority_common((xc_func_t)func, arg1, arg2, arg3, set); in xc_priority() 659 xc_priority_common((xc_func_t)func, 0, 0, 0, CPUSET2BV(set)); in kdi_xc_others() 675 xc_func_t func) in xc_call_nowait() 690 xc_func_t func) in xc_call() 705 xc_func_t func) in xc_sync()
|
H A D | mp_call.c | 90 (xc_func_t)func); in cpu_call()
|
H A D | machdep.c | 405 xc_priority(0, 0, 0, CPUSET2BV(xcset), (xc_func_t)mach_cpu_halt); in stop_other_cpus() 932 xc_priority(0, 0, 0, CPUSET2BV(xcset), (xc_func_t)panic_idle); in panic_stopcpus()
|
H A D | dtrace_subr.c | 160 (xc_func_t)dtrace_xcall_func); in dtrace_xcall()
|
H A D | cmi_hw.c | 226 call_func_ntv(int cpuid, xc_func_t func, xc_arg_t arg1, xc_arg_t arg2) in call_func_ntv() 1706 (xc_func_t)cmi_ntv_hwdisable_mce_xc); in cmi_ntv_hwdisable_mce()
|
H A D | fastboot.c | 1375 (xc_func_t)fastboot_xc_func); in fast_reboot()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | mutex_impl.h | 117 (xc_func_t)null_xcall); \
|
/titanic_44/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 458 (xc_func_t)kdi_cpu_activate); in kdi_activate() 475 xc_call(0, 0, 0, CPUSET2BV(cpuset), (xc_func_t)kdi_cpu_deactivate); in kdi_deactivate()
|
/titanic_44/usr/src/uts/i86pc/os/cpupm/ |
H A D | pwrnow.c | 157 CPUSET2BV(set), (xc_func_t)pwrnow_pstate_transition); in pwrnow_power()
|
H A D | speedstep.c | 172 (xc_func_t)speedstep_pstate_transition); in speedstep_power()
|
H A D | cpupm_throttle.c | 217 CPUSET2BV(set), (xc_func_t)cpupm_tstate_transition); in cpupm_throttle()
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_common.c | 395 (xc_func_t)apic_cmci_enable); in cmci_cpu_setup() 400 (xc_func_t)apic_cmci_disable); in cmci_cpu_setup()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | avintr.c | 676 xc_call(0, 0, 0, CPUSET2BV(poke), (xc_func_t)siron_poke_intr); in siron_poke_cpu()
|