Home
last modified time | relevance | path

Searched refs:_lock (Results 1 – 6 of 6) sorted by relevance

/arch/x86/include/asm/
A Dcmpxchg_32.h17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument
22 asm_inline volatile(_lock "cmpxchg8b %[ptr]" \
42 #define __arch_try_cmpxchg64(_ptr, _oldp, _new, _lock) \ argument
48 asm_inline volatile(_lock "cmpxchg8b %[ptr]" \
89 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument
97 _lock "cmpxchg8b %a[ptr]", X86_FEATURE_CX8) \
118 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument
127 _lock "cmpxchg8b %a[ptr]", X86_FEATURE_CX8) \
A Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
41 asm_inline volatile(_lock "cmpxchg16b %[ptr]" \
62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
68 asm_inline volatile(_lock "cmpxchg16b %[ptr]" \
/arch/arm/mach-omap2/
A Dpowerdomain.c120 spin_lock_init(&pwrdm->_lock); in _pwrdm_register()
391 __acquires(&pwrdm->_lock) in pwrdm_lock()
393 spin_lock_irqsave(&pwrdm->_lock, pwrdm->_lock_flags); in pwrdm_lock()
403 __releases(&pwrdm->_lock) in pwrdm_unlock()
405 spin_unlock_irqrestore(&pwrdm->_lock, pwrdm->_lock_flags); in pwrdm_unlock()
A Domap_hwmod.c2575 spin_lock_init(&oh->_lock); in _register()
3438 spin_lock_irqsave(&oh->_lock, flags); in omap_hwmod_allocate_module()
3451 spin_unlock_irqrestore(&oh->_lock, flags); in omap_hwmod_allocate_module()
3677 spin_lock_irqsave(&oh->_lock, flags); in omap_hwmod_enable()
3679 spin_unlock_irqrestore(&oh->_lock, flags); in omap_hwmod_enable()
3699 spin_lock_irqsave(&oh->_lock, flags); in omap_hwmod_idle()
3701 spin_unlock_irqrestore(&oh->_lock, flags); in omap_hwmod_idle()
3722 spin_lock_irqsave(&oh->_lock, flags); in omap_hwmod_shutdown()
3781 spin_lock_irqsave(&oh->_lock, flags); in omap_hwmod_assert_hardreset()
3808 spin_lock_irqsave(&oh->_lock, flags); in omap_hwmod_deassert_hardreset()
[all …]
A Dpowerdomain.h130 spinlock_t _lock; member
A Domap_hwmod.h593 spinlock_t _lock; member

Completed in 22 milliseconds