Home
last modified time | relevance | path

Searched refs:as_ctl (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dmemcntl.c127 error = as_ctl(as, addr, len, cmd, attr, iarg, NULL, 0); in memcntl()
373 error = as_ctl(as, addr, len, MC_SYNC, attr, in memcntl()
380 error = as_ctl(as, addr, len, cmd, attr, in memcntl()
395 error = as_ctl(as, addr, len, cmd, attr, (uintptr_t)arg, NULL, 0); in memcntl()
/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vm.c222 error = as_ctl(as, address, length, MC_LOCK, 0, 0, NULL, 0); in gfxp_mlock_user_memory()
242 error = as_ctl(as, address, length, MC_UNLOCK, 0, 0, NULL, 0); in gfxp_munlock_user_memory()
/titanic_50/usr/src/uts/common/vm/
H A Das.h289 int as_ctl(struct as *as, caddr_t addr, size_t size, int func, int attr,
H A Dvm_as.c1746 error = as_ctl(as, addr, size, MC_LOCK, 0, 0, NULL, 0); in as_map_locked()
2210 as_ctl(struct as *as, caddr_t addr, size_t size, int func, int attr, in as_ctl() function
/titanic_50/usr/src/uts/common/os/
H A Dshm.c1186 if ((error = as_ctl(as, 0x0, amp->size, MC_LOCK, 0, 0, in shmem_lock()