Home
last modified time | relevance | path

Searched refs:spin_lock_save (Results 1 – 2 of 2) sorted by relevance

/kernel/include/kernel/
A Dspinlock.h61 static inline void spin_lock_save(spin_lock_t* lock, spin_lock_saved_state_t* statep, in spin_lock_save() function
75 #define spin_lock_irqsave(lock, statep) spin_lock_save(lock, &(statep), SPIN_LOCK_FLAG_INTERRUPTS)
96 spin_lock_save(&spinlock_, &state, flags); in TA_ACQ()
255 spin_lock_save(lock, &state->state, state->flags);
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2.cpp99 spin_lock_save(&gicd_lock, &state, GICD_LOCK_FLAGS); in arm_gic_resume_cpu()

Completed in 6 milliseconds