Searched refs:MCOUNT_ENTER (Results 1 – 6 of 6) sorted by relevance
60 #define MCOUNT_ENTER(s) macro81 #define MCOUNT_ENTER(s) { s = intr_disable(); \ macro87 #define MCOUNT_ENTER(s) { s = intr_disable(); } macro
82 #define MCOUNT_ENTER(s) { \ macro92 #define MCOUNT_ENTER(s) { s = intr_disable(); } macro
115 #define MCOUNT_ENTER(s) {s = intr_disable(); } /* kill IRQ */ macro
53 #define MCOUNT_ENTER(s) {s = intr_disable(); } macro
86 MCOUNT_ENTER(s); in _MCOUNT_DECL()