Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 3 of 3) sorted by relevance

/kernel/arch/arm64/include/arch/
A Dspinlock.h82 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument
83 if ((flags & SPIN_LOCK_FLAG_FIQ) && (old_state & SPIN_LOCK_STATE_RESTORE_FIQ)) in arch_interrupt_restore()
85 if ((flags & SPIN_LOCK_FLAG_IRQ) && (old_state & SPIN_LOCK_STATE_RESTORE_IRQ)) in arch_interrupt_restore()
/kernel/arch/x86/include/arch/
A Dspinlock.h59 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) in arch_interrupt_restore() argument
61 x86_restore_flags(old_state); in arch_interrupt_restore()
/kernel/include/kernel/
A Dspinlock.h68 static inline void spin_unlock_restore(spin_lock_t* lock, spin_lock_saved_state_t old_state, in spin_unlock_restore() argument
71 arch_interrupt_restore(old_state, flags); in spin_unlock_restore()

Completed in 9 milliseconds