Home
last modified time | relevance | path

Searched defs:prot (Results 126 – 150 of 418) sorted by relevance

12345678910>>...17

/Linux-v6.6/arch/xtensa/include/asm/
Dpgtable.h268 #define pgprot_noncached(prot) \ argument
281 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) argument
282 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) argument
/Linux-v6.6/arch/sparc/include/asm/
Dpgtable_32.h258 #define pfn_pte(pfn, prot) mk_pte(pfn_to_page(pfn), prot) argument
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
408 unsigned long size, pgprot_t prot) in io_remap_pfn_range()
/Linux-v6.6/arch/s390/kernel/
Dcrash_dump.c182 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range_kdump()
210 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range_zfcpdump()
230 unsigned long pfn, unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range()
/Linux-v6.6/mm/
Dmprotect.c691 unsigned long prot, int pkey) in do_mprotect_pkey()
837 SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
845 SYSCALL_DEFINE4(pkey_mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE4() argument
Dmemory.c1837 unsigned long addr, struct page *page, pgprot_t prot) in insert_page_into_pte_locked()
1857 struct page *page, pgprot_t prot) in insert_page()
1877 unsigned long addr, struct page *page, pgprot_t prot) in insert_page_in_batch_locked()
1893 struct page **pages, unsigned long *num, pgprot_t prot) in insert_pages()
2109 pfn_t pfn, pgprot_t prot, bool mkwrite) in insert_pfn()
2336 unsigned long pfn, pgprot_t prot) in remap_pte_range()
2362 unsigned long pfn, pgprot_t prot) in remap_pmd_range()
2385 unsigned long pfn, pgprot_t prot) in remap_pud_range()
2407 unsigned long pfn, pgprot_t prot) in remap_p4d_range()
2432 unsigned long pfn, unsigned long size, pgprot_t prot) in remap_pfn_range_notrack()
[all …]
/Linux-v6.6/arch/powerpc/mm/nohash/
Dbook3e_pgtable.c74 int __ref map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in map_kernel_page()
/Linux-v6.6/drivers/iommu/
Dexynos-iommu.c122 #define mk_lv1ent_sect(pa, prot) ((pa >> PG_ENT_SHIFT) | LV1_PROT[prot] | 2) argument
124 #define mk_lv2ent_lpage(pa, prot) ((pa >> PG_ENT_SHIFT) | LV2_PROT[prot] | 1) argument
125 #define mk_lv2ent_spage(pa, prot) ((pa >> PG_ENT_SHIFT) | LV2_PROT[prot] | 2) argument
1124 phys_addr_t paddr, int prot, short *pgcnt) in lv1set_section()
1161 int prot, short *pgcnt) in lv2set_page()
1222 int prot, gfp_t gfp) in exynos_iommu_map()
/Linux-v6.6/arch/openrisc/mm/
Dinit.c65 pgprot_t prot; in map_ram() local
/Linux-v6.6/include/linux/
Dpkeys.h14 #define arch_override_mprotect_pkey(vma, prot, pkey) (0) argument
Dagpgart.h54 int prot; /* prot flags for mmap */ member
60 pgprot_t prot; member
/Linux-v6.6/arch/mips/mm/
Dpgtable-64.c92 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()
/Linux-v6.6/arch/arm64/kernel/
Dsys.c22 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
/Linux-v6.6/drivers/gpu/drm/etnaviv/
Detnaviv_mmu.c41 size_t size, int prot) in etnaviv_context_map()
73 struct sg_table *sgt, unsigned len, int prot) in etnaviv_iommu_map()
/Linux-v6.6/arch/sh/include/asm/
Dpgtable_32.h317 #define pfn_pte(pfn, prot) \ argument
319 #define pfn_pmd(pfn, prot) \ argument
378 #define pgprot_writecombine(prot) \ argument
/Linux-v6.6/arch/x86/um/
Dsyscalls_64.c93 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
/Linux-v6.6/arch/csky/kernel/
Dsyscall.c20 unsigned long, prot, in SYSCALL_DEFINE6() argument
/Linux-v6.6/arch/sh/mm/
Dioremap_fixed.c48 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed()
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h259 static inline pgd_t pfn_pgd(unsigned long pfn, pgprot_t prot) in pfn_pgd()
339 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte()
348 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) argument
613 unsigned long prot = pgprot_val(_prot); in pgprot_noncached() local
624 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine() local
/Linux-v6.6/arch/x86/include/asm/
Dpkeys.h36 int prot, int pkey) in arch_override_mprotect_pkey()
/Linux-v6.6/include/drm/ttm/
Dttm_tt.h117 pgprot_t prot; member
/Linux-v6.6/arch/s390/mm/
Dpageattr.c124 unsigned long pte_addr, prot; in split_pmd_page() local
213 unsigned long pmd_addr, prot; in split_pud_page() local
/Linux-v6.6/arch/um/include/asm/
Dpage.h47 #define pte_set_val(p, phys, prot) \ argument
74 #define pte_set_val(p, phys, prot) (p).pte = (phys | pgprot_val(prot)) argument
/Linux-v6.6/arch/x86/mm/
Dpgtable.c695 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
722 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge()
748 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
Dpkeys.c76 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) in __arch_override_mprotect_pkey()
/Linux-v6.6/arch/loongarch/mm/
Dpgtable.c119 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()

12345678910>>...17