Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c69 ((hrm)->hrm_base == ((uintptr_t)(addr) & HRM_BASEMASK))) ? 1 : 0)
195 hrm->hrm_base = (uintptr_t)addr & HRM_BASEMASK; in hat_setstat()
470 hrm->hrm_base == ((uintptr_t)a & HRM_BASEMASK) && in hat_getstat()
H A Dhat.h558 #define HRM_BASEMASK (~(HRM_BASEOFFSET)) macro
561 #define HRM_PAGEMASK (MMU_PAGEMASK ^ HRM_BASEMASK)