Searched refs:physpage (Results 1 – 3 of 3) sorted by relevance
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() argument 284 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/parisc/kernel/ |
H A D | firmware.c | 715 int pdc_btlb_insert(unsigned long long vpage, unsigned long physpage, unsigned long len, in pdc_btlb_insert() argument 726 (unsigned long) vpage, physpage, len, entry_info, slot); in pdc_btlb_insert()
|