Lines Matching refs:dtb_tomax
2671 ASSERT(dbuf->dtb_tomax != NULL); in dtrace_aggregate()
2672 data = dbuf->dtb_tomax + offset + agg->dtag_base; in dtrace_aggregate()
2674 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
3029 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
3057 daddr = (uintptr_t)dest->dtb_tomax + offs; in dtrace_speculation_commit()
3059 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
3175 if (dest->dtb_tomax == NULL) { in dtrace_speculation_clean_here()
3184 if (src->dtb_tomax == NULL) in dtrace_speculation_clean_here()
7750 tomax = buf->dtb_tomax;
7932 tomax = buf->dtb_tomax;
12303 caddr_t tomax = buf->dtb_tomax;
12313 buf->dtb_tomax = xamot;
12341 if (buf->dtb_tomax != NULL) {
12365 if (state->dts_buffer[cpu].dtb_tomax != NULL)
12406 if (buf->dtb_tomax != NULL) {
12413 if ((buf->dtb_tomax = kmem_zalloc(size,
12443 ASSERT(buf->dtb_tomax != NULL);
12449 if (buf->dtb_tomax != NULL) {
12451 kmem_free(buf->dtb_tomax, size);
12455 buf->dtb_tomax = NULL;
12493 if (buf->dtb_tomax != NULL) {
12500 if ((buf->dtb_tomax = kmem_zalloc(size,
12540 ASSERT(buf->dtb_tomax != NULL);
12546 if (buf->dtb_tomax != NULL) {
12548 kmem_free(buf->dtb_tomax, size);
12552 buf->dtb_tomax = NULL;
12594 if ((tomax = buf->dtb_tomax) == NULL) {
12850 bzero(buf->dtb_tomax + buf->dtb_offset,
12855 bzero(buf->dtb_tomax + buf->dtb_offset,
12857 bzero(buf->dtb_tomax, buf->dtb_xamot_offset);
12899 if (buf->dtb_tomax == NULL) {
12910 kmem_free(buf->dtb_tomax, buf->dtb_size);
12912 buf->dtb_tomax = NULL;
18461 if (copyout(buf->dtb_tomax, desc.dtbd_data, sz) != 0) {
18482 if (buf->dtb_tomax == NULL) {
18488 cached = buf->dtb_tomax;
18502 if (buf->dtb_tomax == cached) {