Lines Matching defs:is_null
859 op->map.is_null = xe_vma_is_null(vma);
1177 bool is_null = (flags & VMA_CREATE_FLAG_IS_NULL);
1189 if (!bo && !is_null && !is_cpu_addr_mirror) {
1203 if (is_null)
1245 if (!is_null && !is_cpu_addr_mirror) {
2361 op->map.is_null = flags & DRM_XE_VM_BIND_FLAG_NULL;
2620 flags |= op->map.is_null ?
3346 bool is_null = flags & DRM_XE_VM_BIND_FLAG_NULL;
3379 XE_IOCTL_DBG(xe, obj && (is_null || is_cpu_addr_mirror)) ||
3380 XE_IOCTL_DBG(xe, obj_offset && (is_null ||
3383 (is_null || is_cpu_addr_mirror)) ||
3386 !is_null && !is_cpu_addr_mirror) ||