Home
last modified time | relevance | path

Searched defs:mk_pte_phys (Results 1 – 8 of 8) sorted by relevance

/arch/cris/include/asm/
Dpgtable.h188 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/sh/include/asm/
Dpgtable_64.h292 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/sparc/include/asm/
Dpgtable_32.h288 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/arch/openrisc/include/asm/
Dpgtable.h326 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/microblaze/include/asm/
Dpgtable.h368 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/arch/frv/include/asm/
Dpgtable.h422 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) macro
/arch/ia64/include/asm/
Dpgtable.h258 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/s390/include/asm/
Dpgtable.h1298 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function