Home
last modified time | relevance | path

Searched refs:vma_prot (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/arch/csky/mm/
A Dioremap.c9 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
17 return vma_prot; in phys_mem_access_prot()
/linux-6.3-rc2/arch/x86/mm/pat/
A Dmemtype.c786 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
789 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
791 return vma_prot; in phys_mem_access_prot()
822 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
832 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed()
874 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument
879 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range()
901 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
928 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
/linux-6.3-rc2/arch/powerpc/mm/
A Dmem.c38 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
41 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot); in phys_mem_access_prot()
44 vma_prot = pgprot_noncached(vma_prot); in phys_mem_access_prot()
46 return vma_prot; in phys_mem_access_prot()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/
A Dpgtable.h25 unsigned long size, pgprot_t vma_prot);
/linux-6.3-rc2/drivers/char/
A Dmem.c272 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
307 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
313 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
315 return vma_prot; in phys_mem_access_prot()
/linux-6.3-rc2/arch/ia64/kernel/
A Defi.c894 pgprot_t vma_prot) in phys_mem_access_prot() argument
906 return pgprot_cacheable(vma_prot); in phys_mem_access_prot()
908 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
915 return pgprot_cacheable(vma_prot); in phys_mem_access_prot()
917 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dmachdep.h111 pgprot_t vma_prot);
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h251 unsigned long size, pgprot_t vma_prot);
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h223 unsigned long size, pgprot_t vma_prot);
/linux-6.3-rc2/arch/arm/mm/
A Dmmu.c714 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
717 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
719 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
720 return vma_prot; in phys_mem_access_prot()
/linux-6.3-rc2/arch/arm64/mm/
A Dmmu.c98 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
101 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
103 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
104 return vma_prot; in phys_mem_access_prot()
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h133 unsigned long size, pgprot_t vma_prot);
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgtable.h320 unsigned long size, pgprot_t vma_prot);
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable_types.h505 unsigned long size, pgprot_t vma_prot);
/linux-6.3-rc2/include/linux/
A Dpgtable.h1519 unsigned long size, pgprot_t *vma_prot);
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable.h587 unsigned long size, pgprot_t vma_prot);

Completed in 55 milliseconds