Searched refs:mk_pte_phys (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/openrisc/mm/ |
D | init.c | 121 set_pte(pte, mk_pte_phys(p, prot)); in map_ram()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 292 #define mk_pte_phys(physpage, pgprot) \ macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 289 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys() function
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 327 #define mk_pte_phys(physpage, pgprot) \ macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 1149 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) in mk_pte_phys() function 1159 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte() 1207 #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot))
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 370 static inline pte_t mk_pte_phys(phys_addr_t physpage, pgprot_t pgprot) in mk_pte_phys() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 259 #define mk_pte_phys(physpage, pgprot) \ macro
|
/Linux-v4.19/arch/ia64/kernel/ |
D | mca.c | 1880 pte_val(mk_pte_phys(__pa(cpu_data), PAGE_KERNEL))); in ia64_mca_cpu_init() 1891 __this_cpu_write(ia64_mca_pal_pte, pte_val(mk_pte_phys(__pa(pal_vaddr), in ia64_mca_cpu_init()
|