Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c50 #define NCA_ADDR_WIDTH 11 /* kernel addresses *shouldn't* be wider */ macro
306 const int IO2_ADVDELT = NCA_ADDR_WIDTH + 1; in nca_io2()
324 NCA_ADDR_WIDTH, "ADDR", "AV", "MFNP", "TID", in nca_io2()
325 NCA_ADDR_WIDTH, "CONN", "CONN_TAG", "CACHE_TAG", in nca_io2()
339 NCA_ADDR_WIDTH, addr, io2.advisory, YESNO(io2.more), in nca_io2()
341 (uint32_t)io2.tid, NCA_ADDR_WIDTH, io2.cid, io2.tag, io2.ctag, in nca_io2()
456 mdb_printf("%<u>%-*s %-*s %-55s%</u>\n", NCA_ADDR_WIDTH, "TI", in nca_timer()
457 NCA_ADDR_WIDTH, "SQUEUE", "FIRELIST +MSEC"); in nca_timer()
468 mdb_printf("%0*p %0*p", NCA_ADDR_WIDTH, addr, NCA_ADDR_WIDTH, ti.ep); in nca_timer()
525 const int NODE_REFDELT = NCA_ADDR_WIDTH + 4 + 2; in nca_node()
[all …]