Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c191 #define SMAP_BIT_MASK(bitindex) (1 << ((bitindex) & 0xf)) macro
554 bitmask = SMAP_BIT_MASK((off - smp->sm_off) >> PAGESHIFT); in segmap_unlock()
1468 smp->sm_bitmap |= SMAP_BIT_MASK(bitindex); in segmap_pagecreate()
1537 bitmask = SMAP_BIT_MASK((int)(off - smp->sm_off) >> PAGESHIFT); in segmap_pageunlock()