Lines Matching refs:uintfptr_t
68 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL()
107 >= (uintfptr_t)(VM_MAXUSER_ADDRESS + UPAGES * PAGE_SIZE)) in _MCOUNT_DECL()
109 frompci = (uintfptr_t)user - p->lowpc; in _MCOUNT_DECL()
171 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL()
172 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL()
173 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL()
174 frompci = (uintfptr_t)bintr - p->lowpc; in _MCOUNT_DECL()
176 frompci = (uintfptr_t)btrap - p->lowpc; in _MCOUNT_DECL()
283 uintfptr_t selfpc; in mexitcount()
286 uintfptr_t selfpcdiff;
289 selfpcdiff = selfpc - (uintfptr_t)p->lowpc;