Home
last modified time | relevance | path

Searched refs:pgprot_t (Results 1 – 25 of 222) sorted by relevance

123456789

/arch/powerpc/include/asm/
A Dpgtable.h68 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot()
76 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx()
102 extern const pgprot_t protection_map[16];
124 pgprot_t __phys_mem_access_prot(unsigned long pfn, unsigned long size,
125 pgprot_t vma_prot);
128 static inline pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot()
129 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
A Dvideo.h7 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer()
A Dvmalloc.h10 static __always_inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
17 static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
/arch/sh/include/asm/
A Dmmu.h63 unsigned long size, pgprot_t prot);
65 pgprot_t prot, void *caller);
72 unsigned long size, pgprot_t prot) in pmb_bolt_mapping()
79 pgprot_t prot, void *caller) in pmb_remap_caller()
100 pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot) in pmb_remap()
/arch/arm/mm/
A Dpageattr.c12 pgprot_t set_mask;
13 pgprot_t clear_mask;
39 pgprot_t set_mask, pgprot_t clear_mask) in __change_memory_common()
55 pgprot_t set_mask, pgprot_t clear_mask) in change_memory_common()
/arch/powerpc/mm/
A Dioremap.c13 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
22 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc()
31 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent()
37 void __iomem *ioremap_prot(phys_addr_t addr, size_t size, pgprot_t prot) in ioremap_prot()
51 unsigned long size, pgprot_t prot) in early_ioremap_range()
/arch/arm64/include/asm/
A Dvmalloc.h10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
20 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
74 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) in arch_vmap_pgprot_tagged()
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);
/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h137 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
446 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
511 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
566 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
573 static inline pgprot_t pgprot_noncached_wc(pgprot_t prot) in pgprot_noncached_wc()
580 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached()
587 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru()
594 static inline pgprot_t pgprot_cached_noncoherent(pgprot_t prot) in pgprot_cached_noncoherent()
600 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine()
/arch/loongarch/include/asm/
A Dpgtable-bits.h99 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx()
106 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
119 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/arch/x86/include/asm/
A Dpgtable_types.h202 #define __pgprot(x) ((pgprot_t) { (x) } )
293 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; typedef
297 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx()
500 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
510 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
522 extern pgprot_t pgprot_writecombine(pgprot_t prot);
525 extern pgprot_t pgprot_writethrough(pgprot_t prot);
532 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
533 unsigned long size, pgprot_t vma_prot);
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);
A Dvideo.h11 pgprot_t pgprot_framebuffer(pgprot_t prot,
A Dvmalloc.h12 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
/arch/arm/include/asm/
A Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; typedef
33 #define __pgprot(x) ((pgprot_t) { (x) } )
42 typedef pteval_t pgprot_t; typedef
A Dpgtable-3level-types.h27 typedef struct { pteval_t pgprot; } pgprot_t; typedef
37 #define __pgprot(x) ((pgprot_t) { (x) } )
44 typedef pteval_t pgprot_t; typedef
/arch/sparc/include/asm/
A Dpgtable_32.h259 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
279 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
284 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
290 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
296 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
297 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
399 unsigned long, pgprot_t);
403 unsigned long size, pgprot_t prot) in io_remap_pfn_range()
/arch/x86/mm/
A Dcpu_entry_area.c79 void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags) in cea_set_pte()
99 cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot) in cea_map_percpu_pages()
182 pgprot_t gdt_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area()
183 pgprot_t tss_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area()
192 pgprot_t gdt_prot = PAGE_KERNEL; in setup_cpu_entry_area()
193 pgprot_t tss_prot = PAGE_KERNEL; in setup_cpu_entry_area()
/arch/csky/include/asm/
A Dpgtable.h222 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
223 unsigned long size, pgprot_t vma_prot);
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
252 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
/arch/riscv/include/asm/
A Dvmalloc.h12 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
18 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
/arch/csky/mm/
A Dioremap.c8 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot()
9 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
/arch/sh/mm/
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) in ioremap_fixed()
/arch/m68k/include/asm/
A Dvideo.h8 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer()
/arch/alpha/include/asm/
A Dpage.h29 typedef struct { unsigned long pgprot; } pgprot_t; typedef
39 #define __pgprot(x) ((pgprot_t) { (x) } )
48 typedef unsigned long pgprot_t; typedef
/arch/mips/include/asm/
A Dvideo.h6 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, in pgprot_framebuffer()

Completed in 30 milliseconds

123456789