Home
last modified time | relevance | path

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

/arch/s390/mm/
A Dmaccess.c96 pte = mk_pte_phys(phys, PAGE_KERNEL_RO); in memcpy_real_iter()
A Dvmem.c626 pte = mk_pte_phys(phys, prot); in __vmem_map_4k_page()
/arch/openrisc/mm/
A Dinit.c114 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
/arch/openrisc/include/asm/
A Dpgtable.h302 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/microblaze/include/asm/
A Dpgtable.h281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/arch/sparc/include/asm/
A Dpgtable_32.h279 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/arch/s390/include/asm/
A Dpgtable.h1449 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1573 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))

Completed in 22 milliseconds