Searched refs:pgprot_t (Results 26 - 50 of 286) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/include/asm/
H A Dvideo.h13 static inline pgprot_t pgprot_framebuffer(pgprot_t prot,
/linux-master/arch/x86/xen/
H A Dmmu.h18 void set_pte_mfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags);
/linux-master/arch/sh/include/cpu-sh4/cpu/
H A Dsq.h29 const char *name, pgprot_t prot);
/linux-master/arch/powerpc/mm/
H A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL);
25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL);
36 pgprot_t prot = pgprot_cached(PAGE_KERNEL);
60 unsigned long size, pgprot_t prot)
H A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL);
18 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller)
/linux-master/arch/riscv/include/asm/
H A Dmmu.h35 phys_addr_t sz, pgprot_t prot);
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level-types.h27 typedef struct { pteval_t pgprot; } pgprot_t; typedef in typeref:struct:__anon49
37 #define __pgprot(x) ((pgprot_t) { (x) } )
44 typedef pteval_t pgprot_t; typedef
H A Dpage-nommu.h23 typedef unsigned long pgprot_t; typedef
/linux-master/arch/arm64/include/asm/
H A Dmmu.h68 phys_addr_t size, pgprot_t prot);
71 pgprot_t prot, bool page_mappings_only);
72 extern void *fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot);
/linux-master/include/xen/
H A Dxen-ops.h48 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
53 pgprot_t prot, unsigned int domid,
67 int *err_ptr, pgprot_t prot,
80 int *err_ptr, pgprot_t prot,
117 int *err_ptr, pgprot_t prot,
153 pgprot_t prot, unsigned int domid)
177 pgprot_t prot, unsigned int domid,
/linux-master/include/linux/
H A Dhighmem-internal.h9 void *__kmap_local_pfn_prot(unsigned long pfn, pgprot_t prot);
10 void *__kmap_local_page_prot(struct page *page, pgprot_t prot);
82 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot)
97 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot)
193 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot)
220 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot)
H A Dio.h32 phys_addr_t phys_addr, pgprot_t prot);
34 phys_addr_t phys_addr, pgprot_t prot);
37 phys_addr_t phys_addr, pgprot_t prot)
42 phys_addr_t phys_addr, pgprot_t prot)
86 pgprot_t __init early_memremap_pgprot_adjust(resource_size_t phys_addr,
87 unsigned long size, pgprot_t prot);
H A Dkmsan.h143 pgprot_t prot,
170 phys_addr_t phys_addr, pgprot_t prot,
289 unsigned long start, unsigned long end, pgprot_t prot,
303 pgprot_t prot,
/linux-master/arch/arm64/mm/
H A Dpageattr.c17 pgprot_t set_mask;
18 pgprot_t clear_mask;
52 pgprot_t set_mask, pgprot_t clear_mask)
68 pgprot_t set_mask, pgprot_t clear_mask)
/linux-master/arch/alpha/include/asm/
H A Dpage.h33 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon4
43 #define __pgprot(x) ((pgprot_t) { (x) } )
52 typedef unsigned long pgprot_t; typedef
/linux-master/arch/powerpc/include/asm/
H A Dio-workarounds.h53 pgprot_t prot, void *caller);
H A Dpgtable-types.h60 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon32
62 #define __pgprot(x) ((pgprot_t) { (x) })
/linux-master/arch/microblaze/include/asm/
H A Dfixmap.h56 phys_addr_t phys, pgprot_t flags);
/linux-master/arch/x86/include/asm/
H A Dmemtype.h27 enum page_cache_mode pgprot2cachemode(pgprot_t pgprot);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h99 static inline pgprot_t pgprot_noncached(pgprot_t _prot)
112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h137 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
445 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot)
510 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
565 static inline pgprot_t pgprot_noncached(pgprot_t prot)
572 static inline pgprot_t pgprot_noncached_wc(pgprot_t prot)
579 static inline pgprot_t pgprot_cached(pgprot_t prot)
586 static inline pgprot_t pgprot_cached_wthr
[all...]
/linux-master/arch/x86/mm/
H A Diomap_32.c21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot)
47 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot)
H A Dpgprot.c8 static pgprot_t protection_map[16] __ro_after_init = {
35 pgprot_t vm_get_page_prot(unsigned long vm_flags)
/linux-master/kernel/dma/
H A Dremap.c23 pgprot_t prot, const void *caller)
39 pgprot_t prot, const void *caller)
/linux-master/arch/openrisc/include/asm/
H A Dpage.h56 } pgprot_t; typedef in typeref:struct:__anon35
65 #define __pgprot(x) ((pgprot_t) { (x) })

Completed in 461 milliseconds

1234567891011>>