Searched refs:queued_spin_unlock (Results 1 – 9 of 9) sorted by relevance
8 #define queued_spin_unlock queued_spin_unlock macro31 static inline void queued_spin_unlock(struct qspinlock *lock) in queued_spin_unlock() function36 static inline void queued_spin_unlock(struct qspinlock *lock) in queued_spin_unlock() function
344 struct paravirt_callee_save queued_spin_unlock; member
701 PVOP_VCALLEE1(pv_lock_ops.queued_spin_unlock, lock); in pv_queued_spin_unlock()
109 #ifndef queued_spin_unlock114 static __always_inline void queued_spin_unlock(struct qspinlock *lock) in queued_spin_unlock() function160 #define arch_spin_unlock(l) queued_spin_unlock(l)
21 return pv_lock_ops.queued_spin_unlock.func == in pv_is_native_spin_unlock()30 .queued_spin_unlock = PV_CALLEE_SAVE(__native_queued_spin_unlock),
15 DEF_NATIVE(pv_lock_ops, queued_spin_unlock, "movb $0, (%eax)");55 case PARAVIRT_PATCH(pv_lock_ops.queued_spin_unlock): in native_patch()
25 DEF_NATIVE(pv_lock_ops, queued_spin_unlock, "movb $0, (%rdi)");68 case PARAVIRT_PATCH(pv_lock_ops.queued_spin_unlock): in native_patch()
869 pv_lock_ops.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock); in kvm_spinlock_init()
334 pv_lock_ops.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock); in xen_init_spinlocks()