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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S49 ALTENTRY(atomic_add_64_nv)
50 ALTENTRY(atomic_add_ptr)
51 ALTENTRY(atomic_add_ptr_nv)
52 ALTENTRY(atomic_add_long)
53 ALTENTRY(atomic_add_long_nv)
78 ALTENTRY(atomic_or_8_nv)
79 ALTENTRY(atomic_or_uchar)
/freebsd-11-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-11-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-11-stable/sys/amd64/include/
H A Dasm.h64 #define ALTENTRY(x) _ENTRY(x); \ macro
75 #define ALTENTRY(x) _ENTRY(x) macro
H A Dasmacros.h97 * ALTENTRY() must be before a corresponding ENTRY() so that it can jump to
110 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f macro
128 * ALTENTRY() has to align because it is before a corresponding ENTRY().
129 * ENTRY() has to align to because there may be no ALTENTRY() before it.
130 * If there is a previous ALTENTRY() then the alignment code for ENTRY()
133 #define ALTENTRY(name) GEN_ENTRY(name) macro
/freebsd-11-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-11-stable/sys/i386/include/
H A Dasm.h78 #define ALTENTRY(x) _ENTRY(x); \ macro
89 #define ALTENTRY(x) _ENTRY(x) macro
H A Dasmacros.h89 * ALTENTRY() must be before a corresponding ENTRY() so that it can jump to
102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f macro
120 * ALTENTRY() has to align because it is before a corresponding ENTRY().
121 * ENTRY() has to align to because there may be no ALTENTRY() before it.
122 * If there is a previous ALTENTRY() then the alignment code for ENTRY()
125 #define ALTENTRY(name) GEN_ENTRY(name) macro
/freebsd-11-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-11-stable/sys/sparc64/include/
H A Dasm.h101 #define ALTENTRY(x) _ALTENTRY(x) macro
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_asm.S50 ALTENTRY(dtrace_invop_callsite)
167 ALTENTRY(dtrace_casptr)
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_asm.S75 ALTENTRY(dtrace_invop_callsite)
/freebsd-11-stable/sys/i386/i386/
H A Dsupport.s383 ALTENTRY(casueword32)
419 ALTENTRY(fueword32)
444 ALTENTRY(suswintr)
490 ALTENTRY(suword32)
/freebsd-11-stable/sys/amd64/amd64/
H A Dsupport.S404 ALTENTRY(fueword64)
447 ALTENTRY(suswintr)
498 ALTENTRY(suword64)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S766 ALTENTRY(zeus_block_zero)

Completed in 218 milliseconds