Home
last modified time | relevance | path

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

/linux-3.3/arch/blackfin/include/asm/
Dmmu_context.h101 #define unlock_mm_switch(flags) hard_local_irq_restore_cond(flags) macro
104 #define unlock_mm_switch(flags) do { (void)(flags); } while (0) macro