Searched refs:dtb_size (Results 1 – 4 of 4) sorted by relevance
352 int dtb_size; in bi_load() local406 dtb_size = fdt_copy(addr); in bi_load()409 if (dtb_size) in bi_load()410 addr += roundup(dtb_size, PAGE_SIZE); in bi_load()422 if (dtb_size) in bi_load()
391 bufsize = buf.dtb_size; in dtracemdb_bufsnap()402 if (buf.dtb_offset > buf.dtb_size) { in dtracemdb_bufsnap()409 if (buf.dtb_xamot_offset > buf.dtb_size) { in dtracemdb_bufsnap()427 buf.dtb_size - buf.dtb_offset); in dtracemdb_bufsnap()1806 buf.dtb_size - sizeof (dtrace_aggbuffer_t); in dtrace_aggkey_init()2190 buf.dtb_size - sizeof (dtrace_aggbuffer_t); in dtrace_aggstat()
2467 agb = (dtrace_aggbuffer_t *)(tomax + buf->dtb_size - in dtrace_aggregate()2477 uintptr_t hashsize = (buf->dtb_size >> 3) / sizeof (uintptr_t); in dtrace_aggregate()2546 ASSERT((caddr_t)key < tomax + buf->dtb_size); in dtrace_aggregate()2552 ASSERT(kdata >= tomax && kdata < tomax + buf->dtb_size); in dtrace_aggregate()11640 ASSERT(buf->dtb_size == size); in dtrace_buffer_alloc()11650 buf->dtb_size = size; in dtrace_buffer_alloc()11677 ASSERT(buf->dtb_size == size); in dtrace_buffer_alloc()11683 ASSERT(buf->dtb_size == size); in dtrace_buffer_alloc()11690 buf->dtb_size = 0; in dtrace_buffer_alloc()11746 if ((soffs = offs + needed) > buf->dtb_size) { in dtrace_buffer_reserve()[all …]
420 uint64_t dtb_size; /* size of buffer */ member