Lines Matching refs:uintfptr_t
66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL()
105 >= (uintfptr_t)(VM_MAXUSER_ADDRESS + UPAGES * PAGE_SIZE)) in _MCOUNT_DECL()
107 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL()
169 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL()
170 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL()
171 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL()
172 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL()
174 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL()
281 uintfptr_t selfpc; in mexitcount()
284 uintfptr_t selfpcdiff;
287 selfpcdiff = selfpc - (uintfptr_t)p->lowpc;