Searched defs:MCOUNT_EXIT (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/hppa/include/
H A Dprofile.h47 #define MCOUNT_EXIT \ macro
/netbsd-current/sys/arch/alpha/include/
H A Dprofile.h40 #define MCOUNT_EXIT \ macro
/netbsd-current/sys/arch/vax/include/
H A Dprofile.h53 #define MCOUNT_EXIT splx(s) macro
/netbsd-current/sys/arch/sh3/include/
H A Dprofile.h71 #define MCOUNT_EXIT splx(s) macro
/netbsd-current/sys/arch/m68k/include/
H A Dprofile.h78 #define MCOUNT_EXIT \ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dprofile.h133 #define MCOUNT_EXIT wrtee(s) macro
143 #define MCOUNT_EXIT \ macro
/netbsd-current/sys/arch/arm/include/
H A Dprofile.h180 #define MCOUNT_EXIT __set_cpsr_c(0xffffffff, s); /* restore old value */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dprofile.h93 #define MCOUNT_EXIT splx(s) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dprofile.h91 #define MCOUNT_EXIT \ macro
/netbsd-current/sys/arch/mips/include/
H A Dprofile.h150 #define MCOUNT_EXIT splx_noprof(s) macro
/netbsd-current/sys/arch/i386/include/
H A Dprofile.h110 #define MCOUNT_EXIT do { mcount_write_psl(s); } while (0) macro
/netbsd-current/sys/arch/amd64/include/
H A Dprofile.h132 #define MCOUNT_EXIT do { mcount_write_psl(s); } while (0) macro
/netbsd-current/common/lib/libc/gmon/
H A Dmcount.c108 #undef MCOUNT_EXIT macro
109 #define MCOUNT_EXIT macro

Completed in 296 milliseconds