Searched refs:needs_flush (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c280 bool needs_flush = vm->use_cpu_for_update; local
305 needs_flush = true;
315 job->vm_needs_flush = needs_flush;
348 bool needs_flush = vm->use_cpu_for_update; local
360 needs_flush = true;
363 needs_flush = true;
365 if (needs_flush && !adev->vm_manager.concurrent_flush)
376 job->vm_needs_flush |= needs_flush;
H A Damdgpu_trace.h229 __field(u32, needs_flush)
238 __entry->needs_flush = job->vm_needs_flush;
240 TP_printk("pasid=%d, ring=%s, id=%u, hub=%u, pd_addr=%010Lx needs_flush=%u",
242 __entry->vm_hub, __entry->pd_addr, __entry->needs_flush)
/linux-master/arch/parisc/kernel/
H A Dcache.c608 bool needs_flush = false; local
618 needs_flush = pte_needs_flush(*ptep);
621 if (needs_flush)
688 bool needs_flush = false; local
696 needs_flush = pte_needs_flush(*ptep);
700 if (needs_flush) {
/linux-master/arch/loongarch/kvm/
H A Dmmu.c446 int needs_flush; local
462 needs_flush = kvm_mkclean_gpa_pt(kvm, new->base_gfn,
465 if (needs_flush)
/linux-master/arch/mips/kvm/
H A Dmips.c219 int needs_flush; local
235 needs_flush = kvm_mips_mkclean_gpa_pt(kvm, new->base_gfn,
237 if (needs_flush)
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c1075 unsigned int needs_flush; local
1080 err = i915_gem_object_prepare_read(obj, &needs_flush);
1087 if (needs_flush & CLFLUSH_BEFORE)
H A Di915_gem_context.c511 unsigned int needs_flush; local
516 err = i915_gem_object_prepare_read(obj, &needs_flush);
524 if (needs_flush & CLFLUSH_BEFORE)

Completed in 136 milliseconds