Home
last modified time | relevance | path

Searched defs:MCOUNT_EXIT (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dprofile.h75 #define MCOUNT_EXIT __splbarrier(); _SPLX(s) macro
/openbsd/sys/arch/hppa/include/
H A Dprofile.h44 #define MCOUNT_EXIT splx(s) macro
/openbsd/sys/arch/alpha/include/
H A Dprofile.h215 #define MCOUNT_EXIT \ macro
/openbsd/sys/arch/powerpc/include/
H A Dprofile.h76 #define MCOUNT_EXIT \ macro
/openbsd/sys/arch/sh/include/
H A Dprofile.h68 #define MCOUNT_EXIT splx(s) macro
/openbsd/sys/arch/sparc64/include/
H A Dprofile.h73 #define MCOUNT_EXIT splx(s) macro
/openbsd/sys/arch/mips64/include/
H A Dprofile.h82 #define MCOUNT_EXIT _splx(s) macro
/openbsd/sys/arch/amd64/include/
H A Dprofile.h76 #define MCOUNT_EXIT intr_restore(s) macro
/openbsd/sys/arch/m88k/include/
H A Dprofile.h62 #define MCOUNT_EXIT set_psr(s) macro
/openbsd/sys/arch/arm64/include/
H A Dprofile.h65 #define MCOUNT_EXIT \ macro
/openbsd/sys/arch/arm/include/
H A Dprofile.h90 #define MCOUNT_EXIT __set_cpsr_c(0xffffffff, s); /* restore old value */ macro
/openbsd/sys/arch/riscv64/include/
H A Dprofile.h89 #define MCOUNT_EXIT \ macro