Home
last modified time | relevance | path

Searched defs:spin_lock_save_flags_t (Results 1 – 4 of 4) sorted by relevance

/external/trusty/lk/lib/rust_support/
Dinterrupt.rs38 fn interrupt_save(state: &mut spin_lock_saved_state_t, flags: spin_lock_save_flags_t) { in interrupt_save()
46 fn interrupt_restore(state: spin_lock_saved_state_t, flags: spin_lock_save_flags_t) { in interrupt_restore()
110 const fn as_raw(&self) -> spin_lock_save_flags_t { in as_raw()
/external/trusty/lk/arch/x86/include/arch/
Dspinlock.h40 typedef uint spin_lock_save_flags_t; typedef
/external/trusty/lk/arch/arm/include/arch/
Dspinlock.h36 typedef unsigned long spin_lock_save_flags_t; typedef
/external/trusty/lk/arch/arm64/include/arch/
Dspinlock.h33 typedef unsigned int spin_lock_save_flags_t; typedef