Home
last modified time | relevance | path

Searched refs:as_checkprot (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Das.h274 int as_checkprot(struct as *as, caddr_t addr, size_t size, uint_t prot);
H A Dvm_as.c1231 as_checkprot(struct as *as, caddr_t addr, size_t size, uint_t prot) in as_checkprot() function
/titanic_50/usr/src/uts/common/os/
H A Dvm_subr.c315 return (as_checkprot(ttoproc(curthread)->p_as, addr, count, prot)); in useracc()