Searched refs:mcount (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | profile.h | 55 #define _MCOUNT_DECL void mcount 148 mcount() \ 185 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 193 void mcount(void) __asm(".mcount");
|
| H A D | asm.h | 72 call PIC_PLT(HIDENAME(mcount)); \ 82 call PIC_PLT(HIDENAME(mcount)); \
|
| /f-stack/freebsd/i386/include/ |
| H A D | profile.h | 55 #define _MCOUNT_DECL void mcount 127 mcount() \ 172 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 180 void mcount(void) __asm(".mcount");
|
| H A D | asm.h | 86 call PIC_PLT(HIDENAME(mcount)); \ 96 call PIC_PLT(HIDENAME(mcount)); \
|
| /f-stack/freebsd/arm64/include/ |
| H A D | profile.h | 49 #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 D | profile.h | 134 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 D | profile.h | 48 #define _MCOUNT_DECL void mcount 118 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /f-stack/freebsd/contrib/openzfs/module/icp/spi/ |
| H A D | kcf_spi.c | 576 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 D | ieee80211_freebsd.h | 157 #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 D | subr_prof.c | 124 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()
|