Searched refs:physpage (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 285 #define mk_pte_phys(physpage, pgprot) \ argument 289 pte_val(__pte) = (physpage) + pgprot_val(pgprot); \
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 280 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() argument 283 pte_val(pte) = physpage | pgprot_val(pgprot); in mk_pte_phys()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pdc.h | 48 int pdc_btlb_insert(unsigned long long vpage, unsigned long physpage, unsigned long len,
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 1344 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() argument 1348 __pte = __pte(physpage | pgprot_val(pgprot)); in mk_pte_phys() 1583 static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) in mk_pmd_phys() argument 1585 return __pmd(physpage + massage_pgprot_pmd(pgprot)); in mk_pmd_phys()
|
| /linux/arch/parisc/kernel/ |
| H A D | firmware.c | 716 int pdc_btlb_insert(unsigned long long vpage, unsigned long physpage, unsigned long len, in pdc_btlb_insert() argument 727 (unsigned long) vpage, physpage, len, entry_info, slot); in pdc_btlb_insert()
|