Searched refs:mk_pte (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/arch/arm/mm/
H A Dcopypage-v6.c91 set_top_pte(kfrom, mk_pte(from, PAGE_KERNEL));
92 set_top_pte(kto, mk_pte(to, PAGE_KERNEL));
117 set_top_pte(to, mk_pte(page, PAGE_KERNEL));
H A Dcopypage-xscale.c95 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot));
H A Dcopypage-v4mc.c75 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot));
/linux-master/arch/xtensa/mm/
H A Dkasan_init.c26 mk_pte(virt_to_page(kasan_early_shadow_page),
93 mk_pte(virt_to_page(kasan_early_shadow_page),
/linux-master/arch/sh/mm/
H A Dkmap.c46 set_pte(kmap_coherent_pte - idx, mk_pte(page, PAGE_KERNEL));
/linux-master/arch/arc/include/asm/
H A Dhugepage.h43 #define mk_pmd(page, prot) pte_pmd(mk_pte(page, prot))
H A Dpgtable-levels.h180 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-master/arch/s390/include/asm/
H A Dhugetlb.h84 return mk_pte(page, pgprot);
/linux-master/include/asm-generic/
H A Dhugetlb.h10 return mk_pte(page, pgprot);
/linux-master/arch/alpha/mm/
H A Dinit.c57 = pte_val(mk_pte(virt_to_page(ret), PAGE_KERNEL));
87 return pte_mkdirty(mk_pte(virt_to_page(EMPTY_PGE), PAGE_SHARED));
/linux-master/mm/
H A Dhugetlb_vmemmap.c67 entry = mk_pte(head + i, pgprot);
226 entry = mk_pte(walk->reuse_page, pgprot);
270 set_pte_at(&init_mm, addr, pte, mk_pte(page, pgprot));
/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h58 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h258 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot)
279 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h88 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
H A Dmcf_pgtable.h103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
H A Dsun3_pgtable.h83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h241 /* mk_pte - make a PTE out of a page pointer and protection bits */
242 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h256 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h263 #define mk_pte(page, pgprot) \ macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h221 #define mk_pte(page, prot) (pfn_pte(page_to_pfn(page), prot)) macro
/linux-master/arch/sparc/mm/
H A Dio-unit.c250 set_pte(ptep, mk_pte(virt_to_page(page), dvma_prot));
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h302 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h282 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h195 #define mk_pte(page, pgprot) \ macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h288 #define mk_pte(page, pgprot) \ macro

Completed in 200 milliseconds

123