Searched refs:pgprot_t (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/linux-master/include/drm/ttm/
H A Dttm_caching.h53 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
/linux-master/arch/arm64/include/asm/
H A Dvmalloc.h10 static inline bool arch_vmap_pud_supported(pgprot_t prot)
20 static inline bool arch_vmap_pmd_supported(pgprot_t prot)
29 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot)
/linux-master/arch/riscv/include/asm/
H A Dvmalloc.h11 static inline bool arch_vmap_pud_supported(pgprot_t prot)
17 static inline bool arch_vmap_pmd_supported(pgprot_t prot)
H A Dmmu.h30 phys_addr_t sz, pgprot_t prot);
/linux-master/arch/csky/mm/
H A Dioremap.c8 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
9 unsigned long size, pgprot_t vma_prot)
/linux-master/arch/sh/mm/
H A Dioremap.h5 void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t);
10 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot)
/linux-master/arch/x86/include/asm/
H A Dvmalloc.h12 static inline bool arch_vmap_pud_supported(pgprot_t prot)
19 static inline bool arch_vmap_pmd_supported(pgprot_t prot)
H A Dfb.h9 pgprot_t pgprot_framebuffer(pgprot_t prot,
H A Diomap.h16 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot);
18 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot);
/linux-master/arch/powerpc/include/asm/
H A Dfb.h7 static inline pgprot_t pgprot_framebuffer(pgprot_t prot,
H A Dvmalloc.h10 static __always_inline bool arch_vmap_pud_supported(pgprot_t prot)
17 static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot)
/linux-master/arch/m68k/include/asm/
H A Dfb.h8 static inline pgprot_t pgprot_framebuffer(pgprot_t prot,
/linux-master/arch/mips/include/asm/
H A Dfb.h6 static inline pgprot_t pgprot_framebuffer(pgprot_t prot,
/linux-master/arch/sh/include/asm/
H A Dmmu.h63 unsigned long size, pgprot_t prot);
65 pgprot_t prot, void *caller);
72 unsigned long size, pgprot_t prot)
79 pgprot_t prot, void *caller)
100 pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot)
H A Dfixmap.h68 unsigned long phys, pgprot_t flags);
69 extern void __clear_fixmap(enum fixed_addresses idx, pgprot_t flags);
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; typedef in typeref:struct:__anon45
33 #define __pgprot(x) ((pgprot_t) { (x) } )
42 typedef pteval_t pgprot_t; typedef
/linux-master/arch/m68k/kernel/
H A Ddma.c17 pgprot_t pgprot_dmacoherent(pgprot_t prot)
/linux-master/arch/x86/video/
H A Dfbdev.c16 pgprot_t pgprot_framebuffer(pgprot_t prot,
/linux-master/arch/x86/mm/
H A Dmm_internal.h16 pgprot_t prot);
/linux-master/arch/um/include/asm/
H A Dfixmap.h40 unsigned long phys, pgprot_t flags);
/linux-master/arch/loongarch/include/asm/
H A Dfixmap.h24 phys_addr_t phys, pgprot_t flags);
/linux-master/arch/arm/mm/
H A Dpageattr.c12 pgprot_t set_mask;
13 pgprot_t clear_mask;
39 pgprot_t set_mask, pgprot_t clear_mask)
55 pgprot_t set_mask, pgprot_t clear_mask)
/linux-master/include/linux/
H A Dio.h25 phys_addr_t phys_addr, pgprot_t prot);
27 phys_addr_t phys_addr, pgprot_t prot);
30 phys_addr_t phys_addr, pgprot_t prot)
35 phys_addr_t phys_addr, pgprot_t prot)
79 pgprot_t __init early_memremap_pgprot_adjust(resource_size_t phys_addr,
80 unsigned long size, pgprot_t prot);
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_module.c62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp)
/linux-master/arch/sparc/include/asm/
H A Dfb.h12 static inline pgprot_t pgprot_framebuffer(pgprot_t prot,

Completed in 246 milliseconds

1234567891011>>