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