Lines Matching refs:xc
53 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_version() local
54 xc->ucx_vers = 23; in test_bad_version()
60 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_length_small() local
61 xc->ucx_len = 0; in test_bad_length_small()
67 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_length_large() local
68 xc->ucx_len = INT32_MAX; in test_bad_length_large()
79 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_bad_vector() local
80 xc->ucx_bv |= (1 << 8); in test_bad_vector()
86 uc_xsave_t *xc = (uc_xsave_t *)ctx->uc_xsave; in test_context_too_short() local
88 bcopy(xc, xsave_buf, xc->ucx_len); in test_context_too_short()
90 xc = (uc_xsave_t *)ctx->uc_xsave; in test_context_too_short()
91 xc->ucx_bv |= XFEATURE_AVX; in test_context_too_short()
92 xc->ucx_len = sizeof (uc_xsave_t) + 0x10; in test_context_too_short()