Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dqspinlock_paravirt.h14 #define __pv_queued_spin_unlock __pv_queued_spin_unlock macro
65 extern void __pv_queued_spin_unlock(struct qspinlock *lock);
66 PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dqspinlock.h13 extern void __pv_queued_spin_unlock(struct qspinlock *lock);
29 __pv_queued_spin_unlock(lock); in queued_spin_unlock()
H A Dqspinlock_paravirt.h5 EXPORT_SYMBOL(__pv_queued_spin_unlock);
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dqspinlock_paravirt.h546 #ifndef __pv_queued_spin_unlock
547 __visible void __pv_queued_spin_unlock(struct qspinlock *lock) in __pv_queued_spin_unlock() function
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_spinlock.c77 pv_ops.lock.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock); in hv_init_spinlocks()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dspinlock.c141 PV_CALLEE_SAVE(__pv_queued_spin_unlock); in xen_init_spinlocks()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c1001 PV_CALLEE_SAVE(__pv_queued_spin_unlock); in kvm_spinlock_init()