Home
last modified time | relevance | path

Searched refs:physpage (Results 1 – 2 of 2) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dpdc.h48 int pdc_btlb_insert(unsigned long long vpage, unsigned long physpage, unsigned long len,
/linux/arch/s390/include/asm/
H A Dpgtable.h1352 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() argument
1356 __pte = __pte(physpage | pgprot_val(pgprot)); in mk_pte_phys()
1591 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys() argument
1593 return __pmd(physpage + massage_pgprot_pmd(pgprot)); in mk_pmd_phys()