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