Searched refs:cpu_call (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_call.c72 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) function
85 * This guarantees that functions called via cpu_call() can not ever
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_call.c64 cpu_call(cpu_t *cp, cpu_call_func_t func, uintptr_t arg1, uintptr_t arg2) function
79 * This guarantees that functions called via cpu_call() can not ever
/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c1057 cpu_call(cp, cu_cpc_trigger, (uintptr_t)cp, (uintptr_t)B_FALSE);
1064 cpu_call(cp, cu_cpc_trigger, (uintptr_t)cp, (uintptr_t)B_TRUE);
1280 cpu_call(cp, (cpu_call_func_t)cu_cpu_info_detach_xcall, 0, 0);
1416 * cpu_call() will call func on the CPU specified with given argument
1419 cpu_call(cp, (cpu_call_func_t)func, arg, (uintptr_t)&error);
H A Dkcpc.c2456 cpu_call(cp, (cpu_call_func_t)kcpc_cpustop_func,
2481 cpu_call(cp, (cpu_call_func_t)kcpc_remoteprogram_func, (uintptr_t)ctx,
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h812 extern void cpu_call(cpu_t *, cpu_call_func_t, uintptr_t, uintptr_t);

Completed in 101 milliseconds