Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dprofile.h60 #define MCOUNT_ENTER(s) macro
81 #define MCOUNT_ENTER(s) { s = intr_disable(); \ macro
87 #define MCOUNT_ENTER(s) { s = intr_disable(); } macro
/f-stack/freebsd/i386/include/
H A Dprofile.h60 #define MCOUNT_ENTER(s) macro
81 #define MCOUNT_ENTER(s) { s = intr_disable(); \ macro
87 #define MCOUNT_ENTER(s) { s = intr_disable(); } macro
/f-stack/freebsd/mips/include/
H A Dprofile.h82 #define MCOUNT_ENTER(s) { \ macro
92 #define MCOUNT_ENTER(s) { s = intr_disable(); } macro
/f-stack/freebsd/arm/include/
H A Dprofile.h115 #define MCOUNT_ENTER(s) {s = intr_disable(); } /* kill IRQ */ macro
/f-stack/freebsd/arm64/include/
H A Dprofile.h53 #define MCOUNT_ENTER(s) {s = intr_disable(); } macro
/f-stack/freebsd/libkern/
H A Dmcount.c86 MCOUNT_ENTER(s); in _MCOUNT_DECL()