Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dmem.h51 struct as *m_as; member
58 uint32_t m_as; member
/titanic_44/usr/src/uts/common/io/
H A Dmem.c461 mem_vtop.m_as = (struct as *)(uintptr_t)vtop32.m_as; in mmioctl_vtop()
464 if (mem_vtop.m_as != NULL) in mmioctl_vtop()
469 if (mem_vtop.m_as == &kas) { in mmioctl_vtop()
472 if (mem_vtop.m_as == NULL) { in mmioctl_vtop()
480 mem_vtop.m_as = p->p_as; in mmioctl_vtop()
485 if (p->p_as == mem_vtop.m_as) { in mmioctl_vtop()
497 if (as == mem_vtop.m_as) { in mmioctl_vtop()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c335 mem_vtop.m_as = &kas; in dump_xpv_addr()
351 mem_vtop.m_as = &kas; in dump_xpv_addr()
/titanic_44/usr/src/lib/libkvm/common/
H A Dkvm.c455 mem_vtop.m_as = as; in kvm_physaddr()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmachdep.c1246 mem_vtop.m_as = &kas; in dump_plat_addr()
/titanic_44/usr/src/cmd/savecore/
H A Dsavecore.c482 vtop.m_pfn, (void *)vtop.m_as, vtop.m_va); in build_dump_map()
486 dmp[i].dm_as = vtop.m_as; in build_dump_map()
/titanic_44/usr/src/uts/common/os/
H A Ddumpsubr.c1403 mem_vtop.m_as = as; in dump_addpage()