Home
last modified time | relevance | path

Searched refs:MCOUNT (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/ia32/sys/
H A Dasm_linkage.h139 #define MCOUNT(x) \ macro
149 #define MCOUNT(x) \ macro
165 #define MCOUNT(x) macro
168 #define RTMCOUNT(x) MCOUNT(x)
201 x: MCOUNT(x)
228 y: MCOUNT(x)
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dasm_linkage.h142 #define MCOUNT(x) \ macro
152 #define MCOUNT(x) \ macro
168 #define MCOUNT(x) macro
171 #define RTMCOUNT(x) MCOUNT(x)
206 x: MCOUNT(x)
233 y: MCOUNT(x)
/f-stack/freebsd/amd64/include/
H A Dprofile.h56 #define MCOUNT macro
114 #define MCOUNT __asm(" \n\ macro
146 #define MCOUNT \
170 #define MCOUNT macro
H A Dasmacros.h112 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
116 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
117 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
119 #define MCOUNT call __mcount macro
140 #define MCOUNT macro
/f-stack/freebsd/i386/include/
H A Dasmacros.h105 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
109 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
110 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
112 #define MCOUNT call *__mcountp macro
133 #define MCOUNT macro
H A Dprofile.h56 #define MCOUNT macro
125 #define MCOUNT \ macro
157 #define MCOUNT macro
/f-stack/freebsd/arm64/include/
H A Dprofile.h50 #define MCOUNT macro
76 #define MCOUNT macro
/f-stack/freebsd/arm/include/
H A Dprofile.h62 #define MCOUNT \ macro
/f-stack/freebsd/mips/include/
H A Dasm.h95 #define MCOUNT _KERN_MCOUNT macro
97 #define MCOUNT macro
156 MCOUNT
187 MCOUNT
H A Dprofile.h48 #define MCOUNT \ macro
/f-stack/freebsd/libkern/
H A Dmcount.c260 MCOUNT
/f-stack/freebsd/kern/
H A Dsubr_prof.c52 #undef MCOUNT