Home
last modified time | relevance | path

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

/linux/arch/openrisc/include/asm/
H A Dpgtable.h285 #define mk_pte_phys(physpage, pgprot) \ argument
289 pte_val(__pte) = (physpage) + pgprot_val(pgprot); \
/linux/arch/microblaze/include/asm/
H A Dpgtable.h280 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 Dpdc.h48 int pdc_btlb_insert(unsigned long long vpage, unsigned long physpage, unsigned long len,