Home
last modified time | relevance | path

Searched refs:mcount (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dprofile.h55 #define _MCOUNT_DECL void mcount
148 mcount() \
185 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
193 void mcount(void) __asm(".mcount");
H A Dasm.h72 call PIC_PLT(HIDENAME(mcount)); \
82 call PIC_PLT(HIDENAME(mcount)); \
/f-stack/freebsd/i386/include/
H A Dprofile.h55 #define _MCOUNT_DECL void mcount
127 mcount() \
172 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
180 void mcount(void) __asm(".mcount");
H A Dasm.h86 call PIC_PLT(HIDENAME(mcount)); \
96 call PIC_PLT(HIDENAME(mcount)); \
/f-stack/freebsd/arm64/include/
H A Dprofile.h49 #define _MCOUNT_DECL void mcount
69 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
75 #define _MCOUNT_DECL void mcount
/f-stack/freebsd/mips/include/
H A Dprofile.h134 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
155 void mcount(void) __asm(".mcount");
157 void mcount(void) __asm("mcount");
/f-stack/freebsd/arm/include/
H A Dprofile.h48 #define _MCOUNT_DECL void mcount
118 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c576 int mcount = desc->pd_mech_list_count; in init_prov_mechs() local
582 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs()
604 sizeof (crypto_mech_info_t) * (mcount - 1)); in init_prov_mechs()
606 rand_mi = &desc->pd_mechanisms[mcount - 1]; in init_prov_mechs()
615 sizeof (crypto_mech_info_t) * mcount); in init_prov_mechs()
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h157 #define _IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
162 (ifq)->ifq_len += (mcount); \
164 #define IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
166 _IF_PREPEND_LIST(ifq, mhead, mtail, mcount); \
/f-stack/freebsd/kern/
H A Dsubr_prof.c124 np.mcount_count = &KCOUNT(&np, PC_TO_I(&np, mcount)); in kmupetext()
190 p->mcount_count = &KCOUNT(p, PC_TO_I(p, mcount)); in kmstartup()