Searched refs:SEGOP_GETVP (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1486 (SEGOP_GETVP(seg, seg->s_base, &vp) != 0 || vp == NULL)) in break_seg() 1665 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prgetmap() 1691 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prgetmap() 1776 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prgetmap32() 1803 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prgetmap32() 1996 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prpdread() 2006 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prpdread() 2143 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prpdread32() 2153 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prpdread32() 3792 if (SEGOP_GETVP(seg, seg->s_base, &vp) == 0 && in pr_getsegsize() [all …]
|
H A D | prvnops.c | 3711 SEGOP_GETVP(seg, seg->s_base, &vp) == 0 && in pr_lookup_objectdir() 4162 SEGOP_GETVP(seg, seg->s_base, &vp) in pr_lookup_pathdir() 4863 SEGOP_GETVP(seg, seg->s_base, &vp) == 0 && in rebuild_objdir()
|
H A D | prioctl.c | 3149 SEGOP_GETVP(seg, va, &xvp) == 0 && in propenm()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | urw.c | 73 SEGOP_GETVP(seg, addr, &vp) == 0 && in page_valid()
|
H A D | zone.c | 5625 if (SEGOP_GETVP(seg, seg->s_base, &vp) != 0 || vp == NULL) in as_can_change_zones()
|
H A D | sunddi.c | 8381 ((SEGOP_GETVP(seg, addr, &vp) == 0 && in umem_lockmemory()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg.h | 231 #define SEGOP_GETVP(s, a, vpp) (*(s)->s_ops->getvp)((s), (a), (vpp)) macro
|
H A D | vm_as.c | 2669 if (SEGOP_GETVP(seg, addr, &vp) != 0 || in as_pagelock_segs() 3105 (SEGOP_GETVP(seg, raddr, &vp) != 0 || in as_iset3_default_lpsize()
|
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1518 SEGOP_GETVP(seg, seg->s_base, &mvp) != 0 || in process_scns() 1976 } else if (SEGOP_GETVP(seg, seg->s_base, in elfcore() 1987 } else if (SEGOP_GETVP(seg, seg->s_base, &mvp) != 0 || in elfcore()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | utssys.c | 543 if ((SEGOP_GETVP(seg, seg->s_base, &vp)) || in dofusers()
|