Searched refs:old_state (Results 1 – 3 of 3) sorted by relevance
82 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) { in arch_interrupt_restore() argument83 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()
59 arch_interrupt_restore(spin_lock_saved_state_t old_state, spin_lock_save_flags_t flags) in arch_interrupt_restore() argument61 x86_restore_flags(old_state); in arch_interrupt_restore()
68 static inline void spin_unlock_restore(spin_lock_t* lock, spin_lock_saved_state_t old_state, in spin_unlock_restore() argument71 arch_interrupt_restore(old_state, flags); in spin_unlock_restore()
Completed in 9 milliseconds