Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dpgtable.h179 #define PHYS_TWIDDLE(pfn) \ macro
183 #define PHYS_TWIDDLE(pfn) (pfn) macro
204 { pte_t pte; pte_val(pte) = (PHYS_TWIDDLE(physpfn) << 32) | pgprot_val(pgprot); return pte; } in pfn_pte()