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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A 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; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A 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; }

Completed in 62 milliseconds