Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h194 #define PHYS_TWIDDLE(pfn) \ macro
198 #define PHYS_TWIDDLE(pfn) (pfn) macro
220 { pte_t pte; pte_val(pte) = (PHYS_TWIDDLE(physpfn) << 32) | pgprot_val(pgprot); return pte; } in pfn_pte()