Home
last modified time | relevance | path

Searched refs:__pv_queued_spin_unlock (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dqspinlock_paravirt.h18 #define __pv_queued_spin_unlock __pv_queued_spin_unlock macro
63 extern void __lockfunc __pv_queued_spin_unlock(struct qspinlock *lock);
64 __PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock, ".spinlock.text");
/linux/arch/x86/hyperv/
H A Dhv_spinlock.c82 pv_ops.lock.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock); in hv_init_spinlocks()
/linux/kernel/locking/
H A Dqspinlock_paravirt.h542 #ifndef __pv_queued_spin_unlock
543 __visible __lockfunc void __pv_queued_spin_unlock(struct qspinlock *lock) in __pv_queued_spin_unlock() function
/linux/arch/x86/xen/
H A Dspinlock.c140 PV_CALLEE_SAVE(__pv_queued_spin_unlock); in xen_init_spinlocks()