Symbol: _PROF_PROLOGUE
sys/arch/amd64/include/asm.h
106
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
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
178
#define ARM_ENTRY(y) _ARM_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
180
#define THUMB_ENTRY(y) _THUMB_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
182
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
185
#define ARM_ASENTRY(y) _ARM_ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/arm/include/asm.h
187
#define THUMB_ASENTRY(y) _THUMB_ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/hppa/include/asm.h
84
_PROF_PROLOGUE
sys/arch/hppa/include/asm.h
97
_PROF_PROLOGUE
sys/arch/i386/include/asm.h
174
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/i386/include/asm.h
177
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/or1k/include/asm.h
64
#define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/or1k/include/asm.h
68
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/powerpc/include/asm.h
146
# define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
sys/arch/powerpc/include/asm.h
154
# define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
sys/arch/riscv/include/asm.h
94
#define ENTRY(x) ENTRY_NP(x); _PROF_PROLOGUE
sys/arch/sh3/include/asm.h
90
#define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
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
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
78
#define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE