Home
last modified time | relevance | path

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

/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h301 #define mk_pte_phys(physpage, pgprot) \ argument
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h278 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h1273 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys()
1285 unsigned long physpage = page_to_phys(page); in mk_pte() local
1523 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys()
/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h235 #define mk_pte_phys(physpage, pgprot) \ argument