Searched refs:MCOUNT_ENTER (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/hppa/include/
H A Dprofile.h40 #define MCOUNT_ENTER \ macro
/netbsd-current/sys/arch/alpha/include/
H A Dprofile.h38 #define MCOUNT_ENTER \ macro
/netbsd-current/sys/arch/vax/include/
H A Dprofile.h52 #define MCOUNT_ENTER s = splhigh() macro
/netbsd-current/sys/arch/sh3/include/
H A Dprofile.h70 #define MCOUNT_ENTER s = splhigh() macro
/netbsd-current/sys/arch/powerpc/include/
H A Dprofile.h132 #define MCOUNT_ENTER do s = wrtee(0); while (/*CONSTCOND*/ 0) macro
136 #define MCOUNT_ENTER \ macro
/netbsd-current/sys/arch/mips/include/
H A Dprofile.h47 * see MCOUNT_ENTER and MCOUNT_EXIT.
148 #define MCOUNT_ENTER s = splhigh_noprof() macro
/netbsd-current/sys/arch/m68k/include/
H A Dprofile.h74 #define MCOUNT_ENTER \ macro
/netbsd-current/sys/arch/sparc/include/
H A Dprofile.h92 #define MCOUNT_ENTER s = splhigh() macro
/netbsd-current/sys/arch/aarch64/include/
H A Dprofile.h89 #define MCOUNT_ENTER \ macro
/netbsd-current/sys/arch/amd64/include/
H A Dprofile.h130 #define MCOUNT_ENTER \ macro
/netbsd-current/sys/arch/arm/include/
H A Dprofile.h179 #define MCOUNT_ENTER s = __set_cpsr_c(0x0080, 0x0080); /* kill IRQ */ macro
/netbsd-current/sys/arch/i386/include/
H A Dprofile.h108 #define MCOUNT_ENTER \ macro
/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c106 #undef MCOUNT_ENTER macro
107 #define MCOUNT_ENTER macro
164 MCOUNT_ENTER;

Completed in 170 milliseconds