Searched refs:ALTENTRY (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h68 * ALTENTRY provides for additional entry points.
70 #define ALTENTRY(x) \ macro
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s55 ALTENTRY(bad)
H A Dtst.embedded.s51 ALTENTRY(inner)
/freebsd-12-stable/sys/amd64/include/
H A Dasm.h66 #define ALTENTRY(x) _ENTRY(x); \ macro
77 #define ALTENTRY(x) _ENTRY(x) macro
H A Dasmacros.h99 * ALTENTRY() must be before a corresponding ENTRY() so that it can jump to
112 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f macro
130 * ALTENTRY() has to align because it is before a corresponding ENTRY().
131 * ENTRY() has to align to because there may be no ALTENTRY() before it.
132 * If there is a previous ALTENTRY() then the alignment code for ENTRY()
135 #define ALTENTRY(name) GEN_ENTRY(name) macro
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s64 ALTENTRY(bad)
H A Dtst.embedded.s59 ALTENTRY(inner)
H A Dtst.ret.s100 ALTENTRY(done)
/freebsd-12-stable/sys/i386/include/
H A Dasm.h80 #define ALTENTRY(x) _ENTRY(x); \ macro
91 #define ALTENTRY(x) _ENTRY(x) macro
H A Dasmacros.h92 * ALTENTRY() must be before a corresponding ENTRY() so that it can jump to
105 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f macro
123 * ALTENTRY() has to align because it is before a corresponding ENTRY().
124 * ENTRY() has to align to because there may be no ALTENTRY() before it.
125 * If there is a previous ALTENTRY() then the alignment code for ENTRY()
128 #define ALTENTRY(name) GEN_ENTRY(name) macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/atomic/i386/
H A Dopensolaris_atomic.S39 ALTENTRY(atomic_dec_64_nv)
70 ALTENTRY(atomic_add_64_nv)
/freebsd-12-stable/sys/sparc64/include/
H A Dasm.h103 #define ALTENTRY(x) _ALTENTRY(x) macro
/freebsd-12-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_asm.S50 ALTENTRY(dtrace_invop_callsite)
151 ALTENTRY(dtrace_casptr)
/freebsd-12-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_asm.S75 ALTENTRY(dtrace_invop_callsite)
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dsupport.S747 ALTENTRY(zeus_block_zero)

Completed in 194 milliseconds