Symbol: _ENTRY
include/search.h
26
struct _ENTRY;
include/search.h
28
struct _ENTRY *table;
sys/arch/amd64/include/asm.h
106
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/amd64/include/asm.h
107
#define NENTRY(y) _ENTRY(_C_LABEL(y))
sys/arch/amd64/include/asm.h
109
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
174
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE ; _PROF_PROLOGUE
sys/arch/arm/include/asm.h
175
#define ENTRY_NP(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE
sys/arch/arm/include/asm.h
176
#define ENTRY_NBTI(y) _ENTRY(_C_LABEL(y))
sys/arch/arm/include/asm.h
182
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
183
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
sys/arch/arm/include/asm.h
317
_ENTRY(__wrap_ ## n) \
sys/arch/arm/include/asm.h
323
_ENTRY(__wrap_ ## n) \
sys/arch/arm/include/asm.h
329
_ENTRY(__wrap_ ## n) \
sys/arch/hppa/include/asm.h
50
_ENTRY(x) !\
sys/arch/hppa/include/asm.h
55
_ENTRY(x) !\
sys/arch/i386/include/asm.h
174
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/i386/include/asm.h
175
#define NENTRY(y) _ENTRY(_C_LABEL(y))
sys/arch/i386/include/asm.h
177
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/m68k/include/asm.h
113
#define ENTRY(name) _ENTRY(_C_LABEL(name)) _PROF_PROLOG
sys/arch/m68k/include/asm.h
114
#define ASENTRY(name) _ENTRY(_ASM_LABEL(name)) _PROF_PROLOG
sys/arch/m68k/include/asm.h
116
#define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
sys/arch/m68k/include/asm.h
117
#define ASENTRY_NOPROFILE(name) _ENTRY(_ASM_LABEL(name))
sys/arch/m68k/include/asm.h
135
#define ALTENTRY(name, rname) _ENTRY(_C_LABEL(name))
sys/arch/mips/cavium/dev/if_cnmac.c
179
_ENTRY(PKT),
sys/arch/mips/cavium/dev/if_cnmac.c
180
_ENTRY(WQE),
sys/arch/mips/cavium/dev/if_cnmac.c
181
_ENTRY(CMD),
sys/arch/mips/cavium/dev/if_cnmac.c
182
_ENTRY(SG)
sys/arch/mips/cavium/dev/octeon_twsi.c
500
_ENTRY(MIO_TWS_SW_TWSI),
sys/arch/mips/cavium/dev/octeon_twsi.c
501
_ENTRY(MIO_TWS_TWSI_SW),
sys/arch/mips/cavium/dev/octeon_twsi.c
502
_ENTRY(MIO_TWS_INT),
sys/arch/mips/cavium/dev/octeon_twsi.c
503
_ENTRY(MIO_TWS_SW_TWSI_EXT)
sys/arch/or1k/include/asm.h
64
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/or1k/include/asm.h
65
#define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
sys/arch/or1k/include/asm.h
68
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/or1k/include/asm.h
69
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
sys/arch/powerpc/include/asm.h
131
# define ENTRY(y) _ENTRY(y)
sys/arch/powerpc/include/asm.h
146
# define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/powerpc/include/asm.h
153
# define ENTRY_NOPROFILE(y) _ENTRY(_C_LABEL(y))
sys/arch/powerpc/include/asm.h
154
# define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/riscv/include/asm.h
93
#define ENTRY_NP(x) .text; .align 2; _ENTRY(x)
sys/arch/riscv/include/asm.h
95
#define ALTENTRY(x) _ENTRY(x)
sys/arch/sh3/include/asm.h
90
#define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
sys/arch/sh3/include/asm.h
91
#define NENTRY(y) _ENTRY(_C_LABEL(y))
sys/arch/sh3/include/asm.h
92
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)) _PROF_PROLOGUE
sys/arch/sparc/include/asm.h
149
#define ENTRY(name) _ENTRY(_C_LABEL(name)); _PROF_PROLOGUE
sys/arch/sparc/include/asm.h
150
#define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
sys/arch/sparc/include/asm.h
151
#define ASENTRY(name) _ENTRY(_ASM_LABEL(name)); _PROF_PROLOGUE
sys/arch/vax/include/asm.h
76
#define ENTRY(x, regs) _ENTRY(_C_LABEL(x), regs); _PROF_PROLOGUE
sys/arch/vax/include/asm.h
77
#define NENTRY(x, regs) _ENTRY(_C_LABEL(x), regs)
sys/arch/vax/include/asm.h
78
#define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE