Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/mm/
A Dmaccess.c94 pte = mk_pte_phys(phys, PAGE_KERNEL_RO); in memcpy_real_iter()
A Dvmem.c624 pte = mk_pte_phys(phys, prot); in __vmem_map_4k_page()
/linux-6.3-rc2/arch/openrisc/mm/
A Dinit.c113 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h304 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_32.h285 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/linux-6.3-rc2/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
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h1339 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1352 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1474 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgtable.h222 #define mk_pte_phys(physpage, pgprot) \ macro
/linux-6.3-rc2/arch/ia64/kernel/
A Dmca.c1843 pte_val(mk_pte_phys(__pa(cpu_data), PAGE_KERNEL))); in ia64_mca_cpu_init()
1854 __this_cpu_write(ia64_mca_pal_pte, pte_val(mk_pte_phys(__pa(pal_vaddr), in ia64_mca_cpu_init()

Completed in 22 milliseconds