Home
last modified time | relevance | path

Searched refs:xc_func_t (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dx_call.h37 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 Dx_call.c319 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 Dmp_call.c90 (xc_func_t)func); in cpu_call()
H A Dmachdep.c405 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 Ddtrace_subr.c160 (xc_func_t)dtrace_xcall_func); in dtrace_xcall()
H A Dcmi_hw.c226 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 Dfastboot.c1375 (xc_func_t)fastboot_xc_func); in fast_reboot()
/titanic_44/usr/src/uts/intel/sys/
H A Dmutex_impl.h117 (xc_func_t)null_xcall); \
/titanic_44/usr/src/uts/intel/kdi/
H A Dkdi_idt.c458 (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 Dpwrnow.c157 CPUSET2BV(set), (xc_func_t)pwrnow_pstate_transition); in pwrnow_power()
H A Dspeedstep.c172 (xc_func_t)speedstep_pstate_transition); in speedstep_power()
H A Dcpupm_throttle.c217 CPUSET2BV(set), (xc_func_t)cpupm_tstate_transition); in cpupm_throttle()
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c395 (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 Davintr.c676 xc_call(0, 0, 0, CPUSET2BV(poke), (xc_func_t)siron_poke_intr); in siron_poke_cpu()