Searched refs:SEGOP_GETVP (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 1484 (SEGOP_GETVP(seg, seg->s_base, &vp) != 0 || vp == NULL)) in break_seg() 1663 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prgetmap() 1689 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prgetmap() 1774 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prgetmap32() 1801 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prgetmap32() 1994 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prpdread() 2004 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prpdread() 2141 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prpdread32() 2151 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prpdread32() 3790 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_50/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_50/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 | 2566 if (SEGOP_GETVP(seg, addr, &vp) != 0 || in as_pagelock_segs() 3002 (SEGOP_GETVP(seg, raddr, &vp) != 0 || in as_iset3_default_lpsize()
|
/titanic_50/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_50/usr/src/uts/common/syscall/ |
H A D | utssys.c | 543 if ((SEGOP_GETVP(seg, seg->s_base, &vp)) || in dofusers()
|