Searched defs:mk_pte_phys (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/arch/cris/include/asm/ |
D | pgtable.h | 189 #define mk_pte_phys(physpage, pgprot) \ macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_64.h | 297 #define mk_pte_phys(physpage, pgprot) \ macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | pgtable.h | 328 #define mk_pte_phys(physpage, pgprot) \ macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | pgtable_32.h | 274 #define mk_pte_phys(page,pgprot) BTFIXUP_CALL(mk_pte_phys)(page,pgprot) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 382 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
|
/linux-3.3/arch/ia64/include/asm/ |
D | pgtable.h | 262 #define mk_pte_phys(physpage, pgprot) \ macro
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 425 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) macro
|
/linux-3.3/arch/s390/include/asm/ |
D | pgtable.h | 1097 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
|