Searched refs:smmap_common (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | grow.c | 591 smmap_common(caddr_t *addrp, size_t len, in smmap_common() function 820 error = smmap_common(&addr, len, prot, flags, in smmap64() 823 error = smmap_common(&addr, len, prot, flags, in smmap64() 848 error = smmap_common(&a, (size_t)len, prot, in smmap32() 851 error = smmap_common(&a, (size_t)len, prot, in smmap32() 911 error = smmap_common(&a, uap->len, (int)uap->prot, in smmaplf32() 914 error = smmap_common(&a, uap->len, (int)uap->prot, in smmaplf32()
|