Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
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-6.12.1/arch/x86/hyperv/
Dhv_spinlock.c82 pv_ops.lock.queued_spin_unlock = PV_CALLEE_SAVE(__pv_queued_spin_unlock); in hv_init_spinlocks()
/linux-6.12.1/kernel/locking/
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-6.12.1/arch/x86/xen/
Dspinlock.c140 PV_CALLEE_SAVE(__pv_queued_spin_unlock); in xen_init_spinlocks()
/linux-6.12.1/arch/x86/kernel/
Dkvm.c1109 PV_CALLEE_SAVE(__pv_queued_spin_unlock); in kvm_spinlock_init()