Lines Matching refs:uintptr_t

39 cyccpu_vread(cyc_cpu_t *cpu, uintptr_t addr)
75 uintptr_t addr = (uintptr_t)((cpu_t *)wsp->walk_layer)->cpu_cyclic;
107 wsp->walk_addr = (uintptr_t)id.cyi_omni_list;
115 uintptr_t addr = wsp->walk_addr;
126 wsp->walk_addr = (uintptr_t)omni.cyo_next;
203 if (mdb_vread(heap, hsize, (uintptr_t)cpu->cyp_heap) == -1) {
204 mdb_warn("couldn't read heap at %p", (uintptr_t)cpu->cyp_heap);
249 cycinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
256 uintptr_t caddr;
287 if (mdb_vread(&c, sizeof (c), (uintptr_t)cpu.cyp_cpu) == -1) {
293 caddr = (uintptr_t)cpu.cyp_cyclics;
303 if (mdb_vread(heap, hsize, (uintptr_t)cpu.cyp_heap) == -1) {
396 if (mdb_vread(buf, bufsiz, (uintptr_t)pc->cypc_buf) == -1) {
407 uintptr_t cyc_addr = caddr + buf[i] * sizeof (cyclic_t);
417 (uintptr_t)&buf[i] - (uintptr_t)&buf[0] +
418 (uintptr_t)pc->cypc_buf, buf[i],
480 uintptr_t addr;
487 addr = (uintptr_t)sym.st_value;
520 uintptr_t addr;
547 (uintptr_t)&(buf->cyt_buf[ndx]) - (uintptr_t)cpu;
573 cyctrace_walk(uintptr_t addr, const cyc_tracerec_t *rec, cyc_cpu_t *cpu)
579 if (addr < (uintptr_t)&cpu->cyp_trace[i + 1].cyt_buf[0])
582 (void) mdb_readstr(c, WHYLEN, (uintptr_t)rec->cyt_why);
595 cyctrace(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
626 (void) mdb_readstr(ly, WHYLEN, (uintptr_t)lhs->cyv_why);
627 (void) mdb_readstr(ry, WHYLEN, (uintptr_t)rhs->cyv_why);
634 cyccover(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
649 addr = (uintptr_t)sym.st_value;
663 (void) mdb_readstr(c, WHYLEN, (uintptr_t)cv[i].cyv_why);
680 cyclic(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
712 uintptr_t caddr;
715 if (cyccpu_vread(&cpu, (uintptr_t)addr) == -1) {
720 if (mdb_vread(&c, sizeof (c), (uintptr_t)cpu.cyp_cpu) == -1) {
725 caddr = (uintptr_t)cpu.cyp_cyclics + ndx * sizeof (cyclic_t);
739 cycid_walk_omni(uintptr_t addr, const cyc_omni_cpu_t *omni, int *ignored)
749 cycid(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av)