Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/openrisc/mm/
H A Dinit.c117 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
/kernel/linux/linux-6.6/arch/openrisc/mm/
H A Dinit.c113 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dmaccess.c95 pte = mk_pte_phys(phys, PAGE_KERNEL_RO); in memcpy_real_iter()
H A Dvmem.c618 pte = mk_pte_phys(phys, prot); in __vmem_map_4k_page()
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgtable.h320 #define mk_pte_phys(physpage, pgprot) \ macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_32.h300 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpgtable.h281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dpgtable.h304 #define mk_pte_phys(physpage, pgprot) \ macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h1215 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1228 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1350 #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot))
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h259 #define mk_pte_phys(physpage, pgprot) \ macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpgtable.h338 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h223 #define mk_pte_phys(physpage, pgprot) \ macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmca.c1842 pte_val(mk_pte_phys(__pa(cpu_data), PAGE_KERNEL))); in ia64_mca_cpu_init()
1853 __this_cpu_write(ia64_mca_pal_pte, pte_val(mk_pte_phys(__pa(pal_vaddr), in ia64_mca_cpu_init()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H 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()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h1351 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function
1364 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte()
1486 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))

Completed in 21 milliseconds