Searched refs:pr_base (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dresourcevar.h80 caddr_t pr_base; /* buffer base */ member in struct:pstats::uprof
93 user_addr_t pr_base; /* buffer base */ member in struct:pstats::user_uprof
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c386 cell = (prof->pr_base + off);
387 if (cell >= prof->pr_base &&
388 cell < (prof->pr_size + prof->pr_base)) {
406 cell = (short *)(prof->pr_base + off);
407 if (cell >= (short *)prof->pr_base &&
408 cell < (short*)(prof->pr_size + prof->pr_base)) {

Completed in 12 milliseconds