Searched refs:dtb_tomax (Results 1 – 3 of 3) sorted by relevance
280 if (copyout(buf->dtb_tomax, desc.dtbd_data, sz) != 0) { in dtrace_ioctl()301 if (buf->dtb_tomax == NULL) { in dtrace_ioctl()307 cached = buf->dtb_tomax; in dtrace_ioctl()321 if (buf->dtb_tomax == cached) { in dtrace_ioctl()
2573 ASSERT(dbuf->dtb_tomax != NULL); in dtrace_aggregate()2574 data = dbuf->dtb_tomax + offset + agg->dtag_base; in dtrace_aggregate()2576 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()2931 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()2959 daddr = (uintptr_t)dest->dtb_tomax + offs; in dtrace_speculation_commit()2961 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()3077 if (dest->dtb_tomax == NULL) { in dtrace_speculation_clean_here()3086 if (src->dtb_tomax == NULL) in dtrace_speculation_clean_here()7545 tomax = buf->dtb_tomax;7727 tomax = buf->dtb_tomax;[all …]
433 caddr_t dtb_tomax; /* active buffer */ member