Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Dpgtable.h57 #define NPHYS_MASK (-1LL << NPHYS) macro
Dpgtable_64.h42 *(xp) = (x & NPHYS_SIGN) ? (x | NPHYS_MASK) : x; in set_pte()