Home
last modified time | relevance | path

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

/linux-6.15/arch/csky/mm/
H 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.15/arch/x86/mm/pat/
H A Dmemtype.c768 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
771 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
773 return vma_prot; in phys_mem_access_prot()
804 unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
814 *vma_prot = __pgprot((pgprot_val(*vma_prot) & ~_PAGE_CACHE_MASK) | in phys_mem_access_prot_allowed()
856 static int reserve_pfn_range(u64 paddr, unsigned long size, pgprot_t *vma_prot, in reserve_pfn_range() argument
861 enum page_cache_mode want_pcm = pgprot2cachemode(*vma_prot); in reserve_pfn_range()
883 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
910 *vma_prot = __pgprot((pgprot_val(*vma_prot) & in reserve_pfn_range()
/linux-6.15/arch/powerpc/mm/
H A Dmem.c41 pgprot_t vma_prot) in __phys_mem_access_prot() argument
44 return ppc_md.phys_mem_access_prot(pfn, size, vma_prot); in __phys_mem_access_prot()
47 vma_prot = pgprot_noncached(vma_prot); in __phys_mem_access_prot()
49 return vma_prot; in __phys_mem_access_prot()
/linux-6.15/arch/powerpc/include/asm/
H A Dpgtable.h126 pgprot_t vma_prot);
130 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
132 return __phys_mem_access_prot(pfn, size, vma_prot); in phys_mem_access_prot()
H A Dmachdep.h116 pgprot_t vma_prot);
/linux-6.15/drivers/char/
H A Dmem.c261 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed() argument
288 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
294 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
296 return vma_prot; in phys_mem_access_prot()
/linux-6.15/arch/csky/include/asm/
H A Dpgtable.h223 unsigned long size, pgprot_t vma_prot);
/linux-6.15/arch/arm64/mm/
H A Dmmu.c100 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot() argument
103 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
105 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
106 return vma_prot; in phys_mem_access_prot()
/linux-6.15/arch/arm/mm/
H 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.15/arch/arm/include/asm/
H A Dpgtable.h132 unsigned long size, pgprot_t vma_prot);
/linux-6.15/arch/x86/include/asm/
H A Dpgtable_types.h539 unsigned long size, pgprot_t vma_prot);
/linux-6.15/include/linux/
H A Dpgtable.h1772 unsigned long size, pgprot_t *vma_prot);
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h721 unsigned long size, pgprot_t vma_prot);