Lines Matching refs:uintfptr_t
62 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL()
101 >= (uintfptr_t)(VM_MAXUSER_ADDRESS + UPAGES * PAGE_SIZE)) in _MCOUNT_DECL()
103 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL()
165 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL()
166 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL()
167 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL()
168 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL()
170 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL()
276 mexitcount(uintfptr_t selfpc) in mexitcount()
279 uintfptr_t selfpcdiff; in mexitcount()
282 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()