Searched refs:NPHYS_MASK (Results 1 – 2 of 2) sorted by relevance
57 #define NPHYS_MASK (-1LL << NPHYS) macro
42 *(xp) = (x & NPHYS_SIGN) ? (x | NPHYS_MASK) : x; in set_pte()