Searched refs:mk_pte_phys (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/openrisc/mm/
H A Dinit.c113 set_pte(pte, mk_pte_phys(p, prot));
/linux-master/arch/s390/mm/
H A Dmaccess.c95 pte = mk_pte_phys(phys, PAGE_KERNEL_RO);
H A Dvmem.c631 pte = mk_pte_phys(phys, prot);
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h304 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1355 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) function
1368 pte_t __pte = mk_pte_phys(physpage, pgprot);
1490 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))

Completed in 146 milliseconds