Home
last modified time | relevance | path

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

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