Searched refs:highpc (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.c99 prof_uptrint_t highpc; local
103 * round lowpc and highpc to multiples of the density we're using
108 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
109 textsize = highpc - lowpc;
122 pv->profil_info.highpc = highpc;
144 (long)highpc,
H A Dprofile-internal.h235 prof_uptrint_t highpc; /* highest address */ member in struct:profile_profil
236 size_t text_len; /* highpc-lowpc */
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c115 p->highpc = (u_int32_t)(sgp->vmaddr + sgp->vmsize);
118 * Round lowpc and highpc to multiples of the density we're using
122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
123 p->textsize = p->highpc - p->lowpc;
125 p->textsize, p->lowpc, p->highpc);
/darwin-on-arm/xnu/bsd/sys/
H A Dgmon.h210 u_long highpc; member in struct:gmonparam
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c657 arc.frompc > pv->profil_info.highpc) {
663 arc.selfpc > pv->profil_info.highpc) {
829 hptr->arc.frompc > pv->profil_info.highpc) {
834 hptr->arc.selfpc > pv->profil_info.highpc) {
963 fprintf(stream, "%12lu profil highpc [0x%lx]\n",
964 (long unsigned)pinfo->highpc,
965 (long unsigned)pinfo->highpc);
967 fprintf(stream, "%12lu profil highpc-lowpc\n", (long unsigned)(pinfo->highpc - pinfo->lowpc));
H A Dprofile-asm.s485 LCL(highpc) = LCL(lowpc)+4 /* highest address */
486 LCL(text_len) = LCL(highpc)+4 /* highpc-lowpc */

Completed in 34 milliseconds