Searched refs:xcr (Results 1 – 3 of 3) sorted by relevance
141 xhci_command_ring_t *xcr = &xhcip->xhci_command; in xhci_command_ring_fini() local146 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() local167 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 …]
376 prxregset_xcr_t *xcr = (void *)((uintptr_t)*bufp + info->pri_offset); in bad_xregs_xcr_bad_xcr0() local377 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() local387 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() local397 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() local407 xcr->prx_xcr_pad[1] = 0xf00b412; in bad_xregs_xcr_bad_pad1()
2153 prxregset_xcr_t *xcr = datap; in fpu_proc_xregs_xcr_fill() local2155 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() local2232 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()