Home
last modified time | relevance | path

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

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