Home
last modified time | relevance | path

Searched refs:MCOUNT_FROMPC_INTR (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dprofile.h104 #define MCOUNT_FROMPC_INTR(pc) \ macro
/f-stack/freebsd/arm64/include/
H A Dprofile.h64 #define MCOUNT_FROMPC_INTR(pc) \ macro
/f-stack/freebsd/amd64/include/
H A Dprofile.h100 #define MCOUNT_FROMPC_INTR(pc) \ macro
/f-stack/freebsd/i386/include/
H A Dprofile.h111 #define MCOUNT_FROMPC_INTR(pc) \ macro
/f-stack/freebsd/libkern/
H A Dmcount.c158 frompc = MCOUNT_FROMPC_INTR(selfpc); in _MCOUNT_DECL()