Home
last modified time | relevance | path

Searched refs:SEGMASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dparam.h165 #define SEGMASK (NBSEG - 1) /* byte offset into segment */ macro
/f-stack/freebsd/mips/mips/
H A Dpmap.c1021 sva = va & ~SEGMASK; in _pmap_unwire_ptp()
1026 sva = va & ~SEGMASK; in _pmap_unwire_ptp()
1872 va_next = (sva + NBSEG) & ~SEGMASK; in pmap_remove()
2041 va_next = (sva + NBSEG) & ~SEGMASK; in pmap_protect()
2551 va_next = (sva + NBSEG) & ~SEGMASK; in pmap_unwire()
3093 va_next = (sva + NBSEG) & ~SEGMASK; in pmap_advise()
3705 va_next = (sva + NBSEG) & ~SEGMASK;