Home
last modified time | relevance | path

Searched refs:_ENTRY (Results 1 – 25 of 53) sorted by relevance

123

/netbsd/sys/arch/arm/include/
H A Dasm.h125 #define _ENTRY(x) _THUMB_ENTRY(x) macro
127 #define _ENTRY(x) _ARM_ENTRY(x)
142 #define _ENTRY(x) \ macro
172 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE ; _PROF_PROLOGUE
173 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE
174 #define ENTRY_NBTI(y) _ENTRY(_C_LABEL(y))
180 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
181 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
288 _ENTRY(__wrap_ ## n) \
294 _ENTRY(__wrap_ ## n) \
[all …]
/netbsd/common/lib/libc/arch/x86_64/gen/
H A Dbyte_swap_4.S9 _ENTRY(_C_LABEL(bswap32))
11 _ENTRY(_C_LABEL(__bswap32))
13 _ENTRY(_C_LABEL(ntohl))
14 _ENTRY(_C_LABEL(htonl))
H A Dbyte_swap_2.S10 _ENTRY(_C_LABEL(bswap16))
12 _ENTRY(_C_LABEL(__bswap16))
14 _ENTRY(_C_LABEL(ntohs))
15 _ENTRY(_C_LABEL(htons))
/netbsd/common/lib/libc/arch/i386/gen/
H A Dbyte_swap_4.S43 _ENTRY(_C_LABEL(bswap32))
45 _ENTRY(_C_LABEL(__bswap32))
47 _ENTRY(_C_LABEL(ntohl))
48 _ENTRY(_C_LABEL(htonl))
H A Dbyte_swap_2.S43 _ENTRY(_C_LABEL(bswap16))
45 _ENTRY(_C_LABEL(__bswap16))
47 _ENTRY(_C_LABEL(ntohs))
48 _ENTRY(_C_LABEL(htons))
/netbsd/sys/arch/or1k/include/
H A Dasm.h53 #define _ENTRY(x) \ macro
64 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
65 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
68 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
69 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
/netbsd/sys/arch/m68k/include/
H A Dasm.h105 #define _ENTRY(name) \ macro
117 #define ENTRY(name) _ENTRY(_C_LABEL(name)) _PROF_PROLOG
118 #define ASENTRY(name) _ENTRY(_ASM_LABEL(name)) _PROF_PROLOG
120 #define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
121 #define ASENTRY_NOPROFILE(name) _ENTRY(_ASM_LABEL(name))
139 #define ALTENTRY(name, rname) _ENTRY(_C_LABEL(name))
/netbsd/sys/arch/sh3/include/
H A Dasm.h63 #define _ENTRY(x) \ macro
70 #define _ENTRY(x) \ macro
90 #define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
91 #define NENTRY(y) _ENTRY(_C_LABEL(y))
92 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)) _PROF_PROLOGUE
/netbsd/sys/arch/amd64/include/
H A Dasm.h72 #define _ENTRY(x) \ macro
106 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
107 #define NENTRY(y) _ENTRY(_C_LABEL(y))
109 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
/netbsd/sys/arch/vax/include/
H A Dasm.h66 #define _ENTRY(x, regs) \ macro
76 #define ENTRY(x, regs) _ENTRY(_C_LABEL(x), regs); _PROF_PROLOGUE
77 #define NENTRY(x, regs) _ENTRY(_C_LABEL(x), regs)
78 #define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE
/netbsd/sys/arch/mips/cavium/dev/
H A Docteon_twsi.c499 #define _ENTRY(x) { #x, x##_OFFSET, x##_BITS } macro
500 _ENTRY(MIO_TWS_SW_TWSI),
501 _ENTRY(MIO_TWS_TWSI_SW),
502 _ENTRY(MIO_TWS_INT),
503 _ENTRY(MIO_TWS_SW_TWSI_EXT)
504 #undef _ENTRY
/netbsd/sys/arch/i386/include/
H A Dasm.h96 #define _ENTRY(x) \ macro
174 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
175 #define NENTRY(y) _ENTRY(_C_LABEL(y))
177 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
/netbsd/sys/arch/powerpc/include/
H A Dasm.h125 #define _ENTRY(x) .text; _XENTRY(x) macro
127 # define ENTRY(y) _ENTRY(y)
140 # define _ENTRY(x) .text; _XENTRY(x) macro
142 # define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
149 # define ENTRY_NOPROFILE(y) _ENTRY(_C_LABEL(y))
150 # define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
/netbsd/sys/arch/sparc/include/
H A Dasm.h115 #define _ENTRY(name) \ macro
149 #define ENTRY(name) _ENTRY(_C_LABEL(name)); _PROF_PROLOGUE
150 #define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
151 #define ASENTRY(name) _ENTRY(_ASM_LABEL(name)); _PROF_PROLOGUE
/netbsd/sys/arch/hppa/include/
H A Dasm.h45 #define _ENTRY(x) \ macro
50 _ENTRY(x) !\
55 _ENTRY(x) !\
/netbsd/include/
H A Dsearch.h26 struct _ENTRY;
28 struct _ENTRY *table;
/netbsd/sys/arch/riscv/include/
H A Dasm.h92 #define _ENTRY(x) \ macro
97 #define ENTRY_NP(x) .text; .align 2; _ENTRY(x)
99 #define ALTENTRY(x) _ENTRY(x)
/netbsd/lib/csu/arch/vax/
H A Dcrtbegin.S85 _ENTRY(__do_global_dtors_aux, R8)
135 _ENTRY(__do_global_ctors_aux, R8)
/netbsd/tests/lib/libc/arch/i386/
H A Dreturn_one.S7 _ENTRY(return_one)
/netbsd/tests/lib/libc/arch/x86_64/
H A Dreturn_one.S7 _ENTRY(return_one)
/netbsd/tests/lib/libc/arch/m68k/
H A Dreturn_one.S5 _ENTRY(return_one)
/netbsd/tests/lib/csu/arch/sparc/
H A Dh_initfini_align.S7 _ENTRY(check_stack_alignment)
/netbsd/lib/csu/arch/or1k/
H A Dcrt0.S38 _ENTRY(__start)
/netbsd/tests/lib/libc/arch/powerpc/
H A Dreturn_one.S7 _ENTRY(return_one)
/netbsd/lib/csu/arch/aarch64/
H A Dcrt0.S38 _ENTRY(__start)

123