Home
last modified time | relevance | path

Searched defs:ALTENTRY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/amd64/include/
H A Dasm.h68 #define ALTENTRY(x) _ENTRY(x); \ macro
89 #define ALTENTRY(x) _ENTRY(x) macro
H A Dasmacros.h66 #define ALTENTRY(name) GEN_ENTRY(name) macro
/freebsd/sys/i386/include/
H A Dasm.h78 #define ALTENTRY(x) _ENTRY(x); \ macro
99 #define ALTENTRY(x) _ENTRY(x) macro
H A Dasmacros.h55 #define ALTENTRY(name) GEN_ENTRY(name) macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h65 #define ALTENTRY(x) \ macro