Searched refs:is_null (Results 1 – 5 of 5) sorted by relevance
12 bool is_terminate, is_dump, is_null; in mlx5r_cmd_query_special_mkeys() local17 is_null = MLX5_CAP_GEN(dev->mdev, null_mkey); in mlx5r_cmd_query_special_mkeys()20 if (!is_terminate && !is_dump && !is_null) in mlx5r_cmd_query_special_mkeys()33 if (is_null) in mlx5r_cmd_query_special_mkeys()
343 bool is_null; member
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() local1189 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() local3380 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()[all …]
532 bool is_null = xe_vma_is_null(xe_walk->vma); in xe_pt_stage_bind_entry() local533 bool is_vram = is_null ? false : xe_res_is_vram(curs); in xe_pt_stage_bind_entry()540 pte = vm->pt_ops->pte_encode_vma(is_null ? 0 : in xe_pt_stage_bind_entry()545 if (!is_null) in xe_pt_stage_bind_entry()569 if (!is_null && !xe_walk->clear_pt) in xe_pt_stage_bind_entry()
938 if url.is_null() { in drm_panic_qr_generate()
Completed in 622 milliseconds