Home
last modified time | relevance | path

Searched refs:xcalls (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/sysinfo/
H A Dfind.d34 sysinfo:::xcalls
/illumos-gate/usr/src/uts/common/sys/
H A Dsysinfo.h114 uint_t xcalls; /* xcalls to other cpus */ member
238 uint64_t xcalls; /* xcalls to other cpus */ member
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c184 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped); in send_mondo_set()
207 CPU_STATS_ADDQ(CPU, sys, xcalls, ncpuids); in send_mondo_set()
H A Dus3_cheetahplus.c191 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped); in send_mondo_set()
214 CPU_STATS_ADDQ(CPU, sys, xcalls, ncpuids); in send_mondo_set()
H A Dopl_olympus.c367 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped);
394 CPU_STATS_ADDQ(CPU, sys, xcalls, ncpuids);
679 CPU_STATS_ADDQ(CPU, sys, xcalls, 1);
H A Dus3_jalapeno.c208 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped); in send_mondo_set()
H A Dspitfire.c687 CPU_STATS_ADDQ(CPU, sys, xcalls, 1); in send_one_mondo()
H A Dus3_common.c1081 CPU_STATS_ADDQ(CPU, sys, xcalls, 1); in send_one_mondo()
/illumos-gate/usr/src/cmd/sa/
H A Dsa.h135 uint64_t xcalls; member
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h133 CPU_STATS_ADDQ(CPU, sys, xcalls, 1); \
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c795 CPU_STATS_ADDQ(CPU, sys, xcalls, 1); in send_one_mondo()
996 CPU_STATS_ADDQ(CPU, sys, xcalls, shipped); in send_mondo_set()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S69 ! intercept OBP xcalls and set PCONTEXT=0
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c233 kstat_named_t xcalls; member
3390 csskd->xcalls.value.ui64 = css->xcalls; in cpu_sys_stats_ks_update()
3529 cso->cpu_sysinfo.xcalls = CPU_STATS(cp, sys.xcalls); in cpu_stat_ks_update()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c527 CPU_STATS_ADDQ(CPU, sys, xcalls, 1); in xc_common()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1075 SAVE_UINT32(ksi, sysinfo, xcalls); in save_cpu_stat()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs241 SAVE_UINT32(self, sysinfop, xcalls); in save_cpu_stat()