Home
last modified time | relevance | path

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

/arch/openrisc/include/asm/
Dpgtable.h304 #define mk_pte_phys(physpage, pgprot) \ argument
/arch/microblaze/include/asm/
Dpgtable.h281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys()
/arch/s390/include/asm/
Dpgtable.h1363 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1375 unsigned long physpage = page_to_phys(page); in mk_pte() local
1613 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
/arch/ia64/include/asm/
Dpgtable.h223 #define mk_pte_phys(physpage, pgprot) \ argument
/arch/parisc/kernel/
Dfirmware.c715 int pdc_btlb_insert(unsigned long long vpage, unsigned long physpage, unsigned long len, in pdc_btlb_insert()