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

/illumos-gate/usr/src/uts/common/syscall/
H A Dmemcntl.c58 memcntl(caddr_t addr, size_t len, int cmd, caddr_t arg, int attr, int mask) function
214 * memcntl().
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c555 * If addr == 0 we were called by memcntl() when the
591 * If addr == 0 we were called by memcntl() or exec_args() when the
625 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) argument
706 int memcntl)
705 map_pgszcvec(caddr_t addr, size_t size, uintptr_t off, int flags, int type, int memcntl) argument
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c372 map_pgsz(int maptype, struct proc *p, caddr_t addr, size_t len, int memcntl) argument
388 max_lpsize = memcntl ? mcntl0_lpsize : (maptype ==
473 int memcntl)
481 if (!memcntl)
487 if (!memcntl)
493 if (!memcntl)
499 if (!memcntl)
505 if (!memcntl)
511 if (!memcntl)
472 map_pgszcvec(caddr_t addr, size_t size, uintptr_t off, int flags, int type, int memcntl) argument

Completed in 65 milliseconds