Searched defs:MCOUNT_ENTER (Results 1 – 5 of 5) 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