Home
last modified time | relevance | path

Searched refs:xcr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c141 xhci_command_ring_t *xcr = &xhcip->xhci_command; in xhci_command_ring_fini() local
146 if (xcr->xcr_ring.xr_trb == NULL) in xhci_command_ring_fini()
148 VERIFY(xcr->xcr_timeout == 0); in xhci_command_ring_fini()
149 xhci_ring_free(&xcr->xcr_ring); in xhci_command_ring_fini()
150 mutex_destroy(&xcr->xcr_lock); in xhci_command_ring_fini()
151 cv_destroy(&xcr->xcr_cv); in xhci_command_ring_fini()
152 list_destroy(&xcr->xcr_commands); in xhci_command_ring_fini()
165 xhci_command_ring_t *xcr = &xhcip->xhci_command; in xhci_command_ring_init() local
167 if (xcr->xcr_ring.xr_trb == NULL) { in xhci_command_ring_init()
168 if ((ret = xhci_ring_alloc(xhcip, &xcr->xcr_ring)) != 0) in xhci_command_ring_init()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dbad_xregs.c376 prxregset_xcr_t *xcr = (void *)((uintptr_t)*bufp + info->pri_offset); in bad_xregs_xcr_bad_xcr0() local
377 xcr->prx_xcr_xcr0 = ~xcr->prx_xcr_xcr0; in bad_xregs_xcr_bad_xcr0()
386 prxregset_xcr_t *xcr = (void *)((uintptr_t)*bufp + info->pri_offset); in bad_xregs_xcr_bad_xfd() local
387 xcr->prx_xcr_xfd = ~xcr->prx_xcr_xfd; in bad_xregs_xcr_bad_xfd()
396 prxregset_xcr_t *xcr = (void *)((uintptr_t)*bufp + info->pri_offset); in bad_xregs_xcr_bad_pad0() local
397 xcr->prx_xcr_pad[0] = 0xdeadbeef; in bad_xregs_xcr_bad_pad0()
406 prxregset_xcr_t *xcr = (void *)((uintptr_t)*bufp + info->pri_offset); in bad_xregs_xcr_bad_pad1() local
407 xcr->prx_xcr_pad[1] = 0xf00b412; in bad_xregs_xcr_bad_pad1()
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c2153 prxregset_xcr_t *xcr = datap; in fpu_proc_xregs_xcr_fill() local
2155 xcr->prx_xcr_xcr0 = xsave_bv_all; in fpu_proc_xregs_xcr_fill()
2230 const prxregset_xcr_t *xcr = datap; in fpu_proc_xregs_xcr_valid() local
2232 return (xcr->prx_xcr_xcr0 == xsave_bv_all && xcr->prx_xcr_xfd == 0 && in fpu_proc_xregs_xcr_valid()
2233 xcr->prx_xcr_pad[0] == 0 && xcr->prx_xcr_pad[1] == 0); in fpu_proc_xregs_xcr_valid()