/linux-6.1.9/arch/arm/mm/ |
D | copypage-v6.c | 90 set_top_pte(kfrom, mk_pte(from, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing() 91 set_top_pte(kto, mk_pte(to, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing() 116 set_top_pte(to, mk_pte(page, PAGE_KERNEL)); in v6_clear_user_highpage_aliasing()
|
D | copypage-v4mc.c | 74 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in v4_mc_copy_user_highpage()
|
D | copypage-xscale.c | 94 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in xscale_mc_copy_user_highpage()
|
/linux-6.1.9/arch/xtensa/mm/ |
D | kasan_init.c | 27 mk_pte(virt_to_page(kasan_early_shadow_page), in kasan_early_init() 95 mk_pte(virt_to_page(kasan_early_shadow_page), in kasan_init()
|
/linux-6.1.9/mm/ |
D | hugetlb_vmemmap.c | 56 entry = mk_pte(page + i, pgprot); in __split_vmemmap_huge_pmd() 249 pte_t entry = mk_pte(walk->reuse_page, pgprot); in vmemmap_remap_pte() 295 set_pte_at(&init_mm, addr, pte, mk_pte(page, pgprot)); in vmemmap_restore_pte()
|
/linux-6.1.9/arch/sh/mm/ |
D | kmap.c | 45 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_coherent()
|
/linux-6.1.9/arch/alpha/mm/ |
D | init.c | 57 = pte_val(mk_pte(virt_to_page(ret), PAGE_KERNEL)); in pgd_alloc() 87 return pte_mkdirty(mk_pte(virt_to_page(EMPTY_PGE), PAGE_SHARED)); in __bad_page()
|
/linux-6.1.9/arch/arc/include/asm/ |
D | hugepage.h | 36 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot))
|
D | pgtable-levels.h | 179 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | pgtable.h | 50 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_32.h | 259 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) 280 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function
|
/linux-6.1.9/arch/s390/include/asm/ |
D | hugetlb.h | 82 return mk_pte(page, pgprot); in mk_huge_pte()
|
/linux-6.1.9/include/asm-generic/ |
D | hugetlb.h | 10 return mk_pte(page, pgprot); in mk_huge_pte()
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 80 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
D | motorola_pgtable.h | 85 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
D | mcf_pgtable.h | 100 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | pgtable.h | 212 #define mk_pte(page, prot) (pfn_pte(page_to_pfn(page), prot)) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | pgtable.h | 239 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.1.9/arch/csky/include/asm/ |
D | pgtable.h | 239 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.1.9/arch/um/include/asm/ |
D | pgtable.h | 264 #define mk_pte(page, pgprot) \ macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | pgtable.h | 299 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | pgtable.h | 192 #define mk_pte(page, pgprot) \ macro
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | pgtable.h | 277 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable.h | 170 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | pgtable.h | 285 #define mk_pte(page, pgprot) \ macro
|