Searched refs:mk_pte_phys (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/openrisc/mm/ |
D | init.c | 113 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
|
/linux-6.12.1/arch/s390/mm/ |
D | maccess.c | 95 pte = mk_pte_phys(phys, PAGE_KERNEL_RO); in memcpy_real_iter()
|
D | vmem.c | 634 pte = mk_pte_phys(phys, prot); in __vmem_map_4k_page()
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | pgtable.h | 304 #define mk_pte_phys(physpage, pgprot) \ macro
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 284 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 281 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgtable.h | 1407 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function 1420 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte() 1543 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot))
|