Home
last modified time | relevance | path

Searched defs:physpage (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h188 #define mk_pte_phys(physpage, pgprot) \ argument
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h292 #define mk_pte_phys(physpage, pgprot) \ argument
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h1296 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1305 unsigned long physpage = page_to_phys(page); in mk_pte() local
1441 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h326 #define mk_pte_phys(physpage, pgprot) \ argument
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h368 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys()
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h422 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) argument
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h258 #define mk_pte_phys(physpage, pgprot) \ argument