Searched refs:fps (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 394 struct _fpstate fps; local 474 bcopy(&fprs.fp_reg_set.fpchip_state, &fps, sizeof (fps)); 476 fps.cw &= 0xffff; /* control word is really 16 bits */ 477 fps.sw &= 0xffff; /* status word is really 16 bits */ 478 fps.status &= 0xffff; /* saved status word is really 16 bits */ 479 fps.cssel &= 0xffff; /* %cs is really 16-bits */ 480 fps.datasel &= 0xffff; /* %ds is really 16-bits too */ 482 mdb_printf("cw 0x%04x (%s)\n", fps.cw, 483 fpcw2str(fps [all...] |
H A D | proc_amd64dep.c | 451 struct _fpchip_state fps; local 496 bcopy(&fprs.fp_reg_set.fpchip_state, &fps, sizeof (fps)); 498 fps.status &= 0xffff; /* saved status word is really 16 bits */ 500 mdb_printf("cw 0x%04x (%s)\n", fps.cw, 501 fpcw2str(fps.cw, buf, sizeof (buf))); 503 top = (fps.sw & FPS_TOP) >> 11; 504 mdb_printf("sw 0x%04x (TOP=0t%u) (%s)\n", fps.sw, 505 top, fpsw2str(fps.sw, buf, sizeof (buf))); 507 mdb_printf("xcp sw 0x%04x (%s)\n\n", fps [all...] |
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_chan.c | 429 int fps; /* frames per segment */ local 452 fps = AV1394_IXL_BUFSZ_MAX / framesz; 453 segsz = framesz * fps; 609 int fps; /* frames per segment */ local 613 fps = icp->ic_nframes / pool->ip_nsegs; 615 nsegs = (cnt / fps) + 1; 617 seg = idx / fps;
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 6672 uint64_t *pcs = &buf[1], *fps; local 6689 fps = (uint64_t *)P2ROUNDUP(mstate->dtms_scratch_ptr, 8); 6690 size = (uintptr_t)fps - mstate->dtms_scratch_ptr + 6709 dtrace_getufpstack(buf, fps, nframes + 1); 6730 mstate, state, pcs[i], fps[i]);
|
Completed in 110 milliseconds