Searched refs:fps (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 231 struct _fpstate fps; in pt_fpregs() local 254 bcopy(&fprs.fp_reg_set.fpchip_state, &fps, sizeof (fps)); in pt_fpregs() 257 fps.cw &= 0xffff; /* control word is really 16 bits */ in pt_fpregs() 258 fps.sw &= 0xffff; /* status word is really 16 bits */ in pt_fpregs() 259 fps.status &= 0xffff; /* saved status word is really 16 bits */ in pt_fpregs() 260 fps.cssel &= 0xffff; /* %cs is really 16-bits */ in pt_fpregs() 261 fps.datasel &= 0xffff; /* %ds is really 16-bits too */ in pt_fpregs() 263 mdb_printf("cw 0x%04x (%s)\n", fps.cw, in pt_fpregs() 264 fpcw2str(fps.cw, buf, sizeof (buf))); in pt_fpregs() 266 top = (fps.sw & FPS_TOP) >> 11; in pt_fpregs() [all …]
|
H A D | proc_amd64dep.c | 290 struct _fpchip_state fps; in pt_fpregs() local 313 bcopy(&fprs.fp_reg_set.fpchip_state, &fps, sizeof (fps)); in pt_fpregs() 316 fps.status &= 0xffff; /* saved status word is really 16 bits */ in pt_fpregs() 318 mdb_printf("cw 0x%04x (%s)\n", fps.cw, in pt_fpregs() 319 fpcw2str(fps.cw, buf, sizeof (buf))); in pt_fpregs() 321 top = (fps.sw & FPS_TOP) >> 11; in pt_fpregs() 322 mdb_printf("sw 0x%04x (TOP=0t%u) (%s)\n", fps.sw, in pt_fpregs() 323 top, fpsw2str(fps.sw, buf, sizeof (buf))); in pt_fpregs() 325 mdb_printf("xcp sw 0x%04x (%s)\n\n", fps.status, in pt_fpregs() 326 fpsw2str(fps.status, buf, sizeof (buf))); in pt_fpregs() [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_chan.c | 385 int fps; /* frames per segment */ in av1394_ic_alloc_pool() local 403 fps = AV1394_IXL_BUFSZ_MAX / framesz; in av1394_ic_alloc_pool() 404 segsz = framesz * fps; in av1394_ic_alloc_pool() 535 int fps; /* frames per segment */ in av1394_ic_dma_sync_frames() local 539 fps = icp->ic_nframes / pool->ip_nsegs; in av1394_ic_dma_sync_frames() 541 nsegs = (cnt / fps) + 1; in av1394_ic_dma_sync_frames() 543 seg = idx / fps; in av1394_ic_dma_sync_frames()
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_util.c | 739 struct _fpstate fps; in xsu_fpregs_cmp() local 741 (void) memcpy(&fps, &fpr->fp_reg_set.fpchip_state, sizeof (fps)); in xsu_fpregs_cmp() 742 fpr_cw = fps.cw & 0xffff; in xsu_fpregs_cmp() 743 fpr_sw = fps.sw & 0xffff; in xsu_fpregs_cmp()
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 58 SKIP ^usr/lib/fps/sun4u/UltraSPARC.*/fptest$
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 6745 uint64_t *pcs = &buf[1], *fps; in dtrace_action_ustack() local 6762 fps = (uint64_t *)P2ROUNDUP(mstate->dtms_scratch_ptr, 8); in dtrace_action_ustack() 6763 size = (uintptr_t)fps - mstate->dtms_scratch_ptr + in dtrace_action_ustack() 6782 dtrace_getufpstack(buf, fps, nframes + 1); in dtrace_action_ustack() 6803 mstate, state, pcs[i], fps[i]); in dtrace_action_ustack()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 5802 b015 VGA 24fps UVC Webcam 5803 b016 VGA 30fps UVC Webcam
|