Searched defs:a2m_addr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c144 uintptr_t a2m_addr; /* Virtual address [in] */ member in struct:a2m_query
818 if (a2m->a2m_addr >= (uintptr_t)mod.text &&
819 a2m->a2m_addr < (uintptr_t)mod.text + mod.text_size)
822 if (a2m->a2m_addr >= (uintptr_t)mod.data &&
823 a2m->a2m_addr < (uintptr_t)mod.data + mod.data_size)
838 a2m.a2m_addr = addr;

Completed in 74 milliseconds