Home
last modified time | relevance | path

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

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