Searched defs:ASENTRY (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/sparc/include/
H A Dasm.h151 #define ASENTRY(name) _ENTRY(_ASM_LABEL(name)); _PROF_PROLOGUE macro
/netbsd-current/sys/arch/or1k/include/
H A Dasm.h68 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE macro
/netbsd-current/sys/arch/amd64/include/
H A Dasm.h109 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE macro
/netbsd-current/sys/arch/vax/include/
H A Dasm.h78 #define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE macro
/netbsd-current/sys/arch/sh3/include/
H A Dasm.h92 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)) _PROF_PROLOGUE macro
/netbsd-current/sys/arch/m68k/include/
H A Dasm.h118 #define ASENTRY(name) _ENTRY(_ASM_LABEL(name)) _PROF_PROLOG macro
/netbsd-current/sys/arch/i386/include/
H A Dasm.h177 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE macro
/netbsd-current/sys/arch/arm/include/
H A Dasm.h180 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE macro
/netbsd-current/sys/arch/powerpc/include/
H A Dasm.h136 # define ASENTRY(y) ENTRY(y) macro
150 # define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE macro

Completed in 147 milliseconds