Lines Matching refs:xe_assert
61 xe_assert(xe, addr >= xe_wopcm_size(guc_to_xe(guc)));
62 xe_assert(xe, addr < GUC_GGTT_TOP);
63 xe_assert(xe, xe_bo_size(bo) <= GUC_GGTT_TOP - addr);
301 xe_assert(xe, (type == XE_G2G_TYPE_IN) || (type == XE_G2G_TYPE_OUT));
302 xe_assert(xe, !(size % SZ_4K));
318 xe_assert(xe, (type == XE_G2G_TYPE_IN) || (type == XE_G2G_TYPE_OUT));
411 xe_assert(xe, xe == gt_to_xe(far_gt));
414 xe_assert(xe, g2g_bo);
417 xe_assert(xe, slot >= 0);
423 xe_assert(xe, (desc - base + G2G_DESC_SIZE) <= G2G_DESC_AREA_SIZE);
424 xe_assert(xe, (buf - base + G2G_BUFFER_SIZE) <= xe_bo_size(g2g_bo));
442 xe_assert(xe, num_channels * XE_G2G_TYPE_LIMIT * G2G_DESC_SIZE <= G2G_DESC_AREA_SIZE);
640 xe_assert(xe, count <= OPT_IN_MAX_DWORDS);
1401 xe_assert(xe, len);
1402 xe_assert(xe, len <= VF_SW_FLAG_COUNT);
1403 xe_assert(xe, len <= MED_VF_SW_FLAG_COUNT);
1404 xe_assert(xe, FIELD_GET(GUC_HXG_MSG_0_ORIGIN, request[0]) ==
1406 xe_assert(xe, FIELD_GET(GUC_HXG_MSG_0_TYPE, request[0]) ==
1535 xe_assert(xe, len <= 2);
1536 xe_assert(xe, len != 1 || !upper_32_bits(val));