Home
last modified time | relevance | path

Searched refs:mmio_context_lock (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c98 spin_lock_bh(&gvt->scheduler.mmio_context_lock); in vgpu_mmio_diff_show()
105 spin_unlock_bh(&gvt->scheduler.mmio_context_lock); in vgpu_mmio_diff_show()
H A Dscheduler.h50 spinlock_t mmio_context_lock; member
H A Dsched_policy.c470 spin_lock_bh(&scheduler->mmio_context_lock); in intel_vgpu_stop_schedule()
477 spin_unlock_bh(&scheduler->mmio_context_lock); in intel_vgpu_stop_schedule()
H A Dscheduler.c298 spin_lock_irqsave(&scheduler->mmio_context_lock, flags); in shadow_context_status_change()
306 spin_unlock_irqrestore(&scheduler->mmio_context_lock, flags); in shadow_context_status_change()
317 spin_lock_irqsave(&scheduler->mmio_context_lock, flags); in shadow_context_status_change()
326 spin_unlock_irqrestore(&scheduler->mmio_context_lock, flags); in shadow_context_status_change()
H A Dkvmgt.c1859 spin_lock_init(&gvt->scheduler.mmio_context_lock); in intel_gvt_init_device()