Searched refs:FUNCTION_ALIGNMENT (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dgmon.h68 #define HISTFRACTION (FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER) == 0 \
69 ? 1 : FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER))
114 #define HASHFRACTION (FUNCTION_ALIGNMENT / sizeof(unsigned short) == 0 \
115 ? 1 : FUNCTION_ALIGNMENT / sizeof(unsigned short))
/freebsd-11-stable/sys/mips/include/
H A Dprofile.h106 #define FUNCTION_ALIGNMENT 16 macro
117 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-11-stable/sys/arm/include/
H A Dprofile.h44 #define FUNCTION_ALIGNMENT 16 macro
/freebsd-11-stable/sys/arm64/include/
H A Dprofile.h39 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-11-stable/sys/riscv/include/
H A Dprofile.h39 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-11-stable/sys/amd64/include/
H A Dprofile.h46 #define FUNCTION_ALIGNMENT 16 macro
109 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-11-stable/sys/i386/include/
H A Dprofile.h46 #define FUNCTION_ALIGNMENT 16 macro
109 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-11-stable/sys/powerpc/include/
H A Dprofile.h37 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dprofile.h39 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c474 FUNCTION_ALIGNMENT); /* see <machine/profile.h> */
498 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT;
/freebsd-11-stable/sys/kern/
H A Dsubr_prof.c181 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY;

Completed in 78 milliseconds