OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_ENTRY
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/hppa/include/
asm.h
45
#define
_ENTRY
(x) \
50
_ENTRY
(x) !\
55
_ENTRY
(x) !\
/src/sys/arch/amd64/include/
asm.h
72
#define
_ENTRY
(x) \
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
/src/sys/arch/or1k/include/
asm.h
53
#define
_ENTRY
(x) \
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))
/src/sys/arch/sparc/include/
asm.h
115
#define
_ENTRY
(name) \
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
/src/sys/arch/i386/include/
asm.h
96
#define
_ENTRY
(x) \
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
/src/sys/arch/m68k/include/
asm.h
105
#define
_ENTRY
(name) \
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))
/src/sys/arch/vax/include/
asm.h
66
#define
_ENTRY
(x, regs) \
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
/src/sys/arch/sh3/include/
asm.h
63
#define
_ENTRY
(x) \
70
#define
_ENTRY
(x) \
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
/src/sys/arch/mips/cavium/dev/
octeon_twsi.c
499
#define
_ENTRY
(x) { #x, x##_OFFSET, x##_BITS }
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
if_cnmac.c
178
#define
_ENTRY
(x) { OCTEON_POOL_NO_##x, OCTEON_POOL_SIZE_##x, OCTEON_POOL_NELEMS_##x }
179
_ENTRY
(PKT),
180
_ENTRY
(WQE),
181
_ENTRY
(CMD),
182
_ENTRY
(SG)
183
#undef
_ENTRY
/src/sys/arch/arm/include/
asm.h
127
#define
_ENTRY
(x) _THUMB_ENTRY(x)
129
#define
_ENTRY
(x) _ARM_ENTRY(x)
144
#define
_ENTRY
(x) \
174
#define ENTRY(y)
_ENTRY
(_C_LABEL(y)); _BTI_PROLOGUE ; _PROF_PROLOGUE
175
#define ENTRY_NP(y)
_ENTRY
(_C_LABEL(y)); _BTI_PROLOGUE
176
#define ENTRY_NBTI(y)
_ENTRY
(_C_LABEL(y))
182
#define ASENTRY(y)
_ENTRY
(_ASM_LABEL(y)); _PROF_PROLOGUE
183
#define ASENTRY_NP(y)
_ENTRY
(_ASM_LABEL(y))
317
_ENTRY
(__wrap_ ## n) \
323
_ENTRY
(__wrap_ ## n)
[
all
...]
/src/sys/arch/riscv/include/
asm.h
92
#define
_ENTRY
(x) \
97
#define ENTRY_NP(x) .text; .align 2;
_ENTRY
(x)
99
#define ALTENTRY(x)
_ENTRY
(x)
/src/sys/arch/powerpc/include/
asm.h
125
#define
_ENTRY
(x) .text; _XENTRY(x)
127
# define ENTRY(y)
_ENTRY
(y)
140
# define
_ENTRY
(x) .text; _XENTRY(x)
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
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025