Home
last modified time | relevance | path

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

/lib/io/
A Dconsole.c26 #define PRINT_LOCK_FLAGS SPIN_LOCK_FLAG_IRQ_FIQ macro
28 #define PRINT_LOCK_FLAGS SPIN_LOCK_FLAG_INTERRUPTS macro
51 spin_lock_save(&print_spin_lock, &state, PRINT_LOCK_FLAGS); in out_count()
58 spin_unlock_restore(&print_spin_lock, state, PRINT_LOCK_FLAGS); in out_count()
72 spin_lock_save(&print_spin_lock, &state, PRINT_LOCK_FLAGS); in register_print_callback()
76 spin_unlock_restore(&print_spin_lock, state, PRINT_LOCK_FLAGS); in register_print_callback()
81 spin_lock_save(&print_spin_lock, &state, PRINT_LOCK_FLAGS); in unregister_print_callback()
85 spin_unlock_restore(&print_spin_lock, state, PRINT_LOCK_FLAGS); in unregister_print_callback()

Completed in 4 milliseconds