Home
last modified time | relevance | path

Searched refs:mk_pte (Results 1 – 25 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm/mm/
Dcopypage-v6.c89 set_top_pte(kfrom, mk_pte(from, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing()
90 set_top_pte(kto, mk_pte(to, PAGE_KERNEL)); in v6_copy_user_highpage_aliasing()
115 set_top_pte(to, mk_pte(page, PAGE_KERNEL)); in v6_clear_user_highpage_aliasing()
Dcopypage-v4mc.c73 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in v4_mc_copy_user_highpage()
Dcopypage-xscale.c93 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in xscale_mc_copy_user_highpage()
Dhighmem.c70 set_fixmap_pte(idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/xtensa/mm/
Dkasan_init.c27 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()
Dhighmem.c51 set_pte(kmap_pte + idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/alpha/mm/
Dinit.c57 = 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()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dpgtable.h322 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot) macro
334 #define page_pte_prot(page,prot) mk_pte(page, prot)
335 #define page_pte(page) mk_pte(page, __pgprot(0))
/kernel/linux/linux-5.10/arch/microblaze/mm/
Dhighmem.c47 set_pte_at(&init_mm, vaddr, kmap_pte-idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/sh/mm/
Dkmap.c45 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL)); in kmap_coherent()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dhighmem.c36 __set_pte_at(&init_mm, vaddr, kmap_pte-idx, mk_pte(page, prot), 1); in kmap_atomic_high_prot()
Dpgtable_32.c152 __set_pte_at(&init_mm, address, kpte, mk_pte(page, prot), 0); in __change_page_attr_noflush()
/kernel/linux/linux-5.10/arch/sparc/mm/
Dhighmem.c63 set_pte(kmap_pte-idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/arc/mm/
Dhighmem.c62 mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/mips/mm/
Dhighmem.c32 set_pte(kmap_pte-idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/x86/mm/
Dhighmem_32.c16 set_pte(kmap_pte-idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/csky/mm/
Dhighmem.c33 set_pte(kmap_pte-idx, mk_pte(page, prot)); in kmap_atomic_high_prot()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dmmzone.h76 #define mk_pte(page, pgprot) \ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dpgtable.h48 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dhugepage.h37 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot))
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h274 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot)
295 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dhugetlb.h82 return mk_pte(page, pgprot); in mk_huge_pte()
/kernel/linux/linux-5.10/include/asm-generic/
Dhugetlb.h7 return mk_pte(page, pgprot); in mk_huge_pte()
/kernel/linux/linux-5.10/arch/riscv/mm/
Dkasan_init.c109 mk_pte(virt_to_page(kasan_early_shadow_page), in kasan_init()
/kernel/linux/linux-5.10/arch/um/kernel/skas/
Dmmu.c44 *pte = mk_pte(virt_to_page(kernel), __pgprot(_PAGE_PRESENT)); in init_stub_pte()

123