Home
last modified time | relevance | path

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

/arch/openrisc/mm/
Dinit.c116 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
/arch/openrisc/include/asm/
Dpgtable.h319 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/microblaze/include/asm/
Dpgtable.h295 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/arch/sparc/include/asm/
Dpgtable_32.h299 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/arch/s390/include/asm/
Dpgtable.h1210 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1223 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1345 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))
/arch/ia64/include/asm/
Dpgtable.h253 #define mk_pte_phys(physpage, pgprot) \ macro
/arch/ia64/kernel/
Dmca.c1844 pte_val(mk_pte_phys(__pa(cpu_data), PAGE_KERNEL))); in ia64_mca_cpu_init()
1855 __this_cpu_write(ia64_mca_pal_pte, pte_val(mk_pte_phys(__pa(pal_vaddr), in ia64_mca_cpu_init()