Home
last modified time | relevance | path

Searched refs:dtb_tomax (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/dev/dtrace/
H A Ddtrace.c2569 ASSERT(dbuf->dtb_tomax != NULL); in dtrace_aggregate()
2570 data = dbuf->dtb_tomax + offset + agg->dtag_base; in dtrace_aggregate()
2572 if ((tomax = buf->dtb_tomax) == NULL) { in dtrace_aggregate()
2927 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
2956 daddr = (uintptr_t)dest->dtb_tomax + offs; in dtrace_speculation_commit()
2958 saddr = (uintptr_t)src->dtb_tomax; in dtrace_speculation_commit()
3076 if (dest->dtb_tomax == NULL) { in dtrace_speculation_clean_here()
3085 if (src->dtb_tomax == NULL) in dtrace_speculation_clean_here()
7335 tomax = buf->dtb_tomax; in dtrace_probe()
7523 tomax = buf->dtb_tomax; in dtrace_probe()
[all …]
/xnu-11417.101.15/bsd/sys/
H A Ddtrace_impl.h436 caddr_t dtb_tomax; /* active buffer */ member