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

/linux-4.4.14/arch/openrisc/mm/
H A Dinit.c121 set_pte(pte, mk_pte_phys(p, prot)); for_each_memblock()
/linux-4.4.14/arch/frv/mm/
H A Ddma-alloc.c67 set_pte(pte, mk_pte_phys(pa & PAGE_MASK, prot)); map_page()
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgtable_32.h288 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) mk_pte_phys() function
/linux-4.4.14/arch/cris/include/asm/
H A Dpgtable.h188 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-4.4.14/arch/s390/include/asm/
H A Dpgtable.h1296 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) mk_pte_phys() function
1306 pte_t __pte = mk_pte_phys(physpage, pgprot); mk_pte()
1341 #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot))
/linux-4.4.14/arch/sh/include/asm/
H A Dpgtable_64.h292 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpgtable.h326 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpgtable.h368 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) mk_pte_phys() function
/linux-4.4.14/arch/frv/include/asm/
H A Dpgtable.h422 #define mk_pte_phys(physpage, pgprot) pfn_pte((physpage) >> PAGE_SHIFT, pgprot) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dpgtable.h258 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-4.4.14/arch/ia64/kernel/
H A Dmca.c1878 pte_val(mk_pte_phys(__pa(cpu_data), PAGE_KERNEL))); ia64_mca_cpu_init()
1889 __this_cpu_write(ia64_mca_pal_pte, pte_val(mk_pte_phys(__pa(pal_vaddr), ia64_mca_cpu_init()

Completed in 625 milliseconds