Searched refs:physpage (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dpgtable.h776 unsigned long physpage = page_to_phys(page); local
783 : "=d" (ccode) : "a" (physpage) : "cc" );
791 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) argument
794 pte_val(__pte) = physpage + pgprot_val(pgprot);
800 unsigned long physpage = page_to_phys(page); local
802 return mk_pte_phys(physpage, pgprot);
807 unsigned long physpage = __pa((pfn) << PAGE_SHIFT); local
809 return mk_pte_phys(physpage, pgprot);
816 unsigned long physpage = __pa((pfn) << PAGE_SHIFT); local
818 return __pmd(physpage
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dc-r3k.c227 unsigned long physpage; local
234 if ((physpage = pte_val(*pte)) & _PAGE_VALID)
235 return KSEG0ADDR(physpage & PAGE_MASK);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/
H A Dpgtable.h217 #define mk_pte_phys(physpage, pgprot) \
221 pte_val(__pte) = (physpage) + pgprot_val(pgprot); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dpgtable.h271 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) argument
274 pte_val(pte) = physpage | pgprot_val(pgprot);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dpgtable.h451 #define mk_pte_phys(physpage, pgprot) \
452 ({ pte_t __pte; set_pte(&__pte, __pte(physpage | pgprot_val(pgprot))); __pte; })
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h438 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dpgtable.h249 #define mk_pte_phys(physpage, pgprot) \
250 ({ pte_t __pte; pte_val(__pte) = physpage + pgprot_val(pgprot); __pte; })

Completed in 133 milliseconds