Home
last modified time | relevance | path

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

12345678910>>...12

/linux-6.1.9/arch/arm64/include/asm/
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()
29 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) in arch_vmap_pgprot_tagged()
/linux-6.1.9/arch/arm/mm/
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()
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h160 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
432 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte()
509 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
579 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
586 static inline pgprot_t pgprot_noncached_wc(pgprot_t prot) in pgprot_noncached_wc()
593 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached()
600 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru()
607 static inline pgprot_t pgprot_cached_noncoherent(pgprot_t prot) in pgprot_cached_noncoherent()
613 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine()
/linux-6.1.9/arch/sh/include/asm/
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()
/linux-6.1.9/include/linux/
Dvmalloc.h83 static inline bool arch_vmap_p4d_supported(pgprot_t prot) in arch_vmap_p4d_supported()
90 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
97 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
119 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) in arch_vmap_pgprot_tagged()
152 pgprot_t prot, unsigned long vm_flags, int node,
167 unsigned long flags, pgprot_t prot);
168 void *vmap_pfn(unsigned long *pfns, unsigned int count, pgprot_t prot);
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) in kmap_local_page_prot()
97 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
190 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot) in kmap_local_page_prot()
217 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot()
Dkmsan.h140 pgprot_t prot, struct page **pages,
165 phys_addr_t phys_addr, pgprot_t prot,
286 pgprot_t prot, in kmsan_vmap_pages_range_noflush()
300 pgprot_t prot, in kmsan_ioremap_page_range()
Dpgtable.h1005 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify()
1181 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
1192 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
1223 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
1226 extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
1480 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot);
1483 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
1490 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1491 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
1498 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
[all …]
/linux-6.1.9/include/xen/
Dxen-ops.h48 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot,
53 pgprot_t prot, unsigned int domid, in xen_remap_pfn()
67 int *err_ptr, pgprot_t prot,
80 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
117 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array()
153 pgprot_t prot, unsigned int domid) in xen_remap_domain_mfn_array()
177 pgprot_t prot, unsigned int domid, in xen_remap_domain_gfn_range()
/linux-6.1.9/arch/x86/include/asm/
Dpgtable_types.h177 #define __pgprot(x) ((pgprot_t) { (x) } )
263 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; typedef
267 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx()
472 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
482 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
496 extern pgprot_t pgprot_writecombine(pgprot_t prot);
499 extern pgprot_t pgprot_writethrough(pgprot_t prot);
506 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
507 unsigned long size, pgprot_t vma_prot);
/linux-6.1.9/arch/powerpc/mm/
Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc()
36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent()
64 unsigned long size, pgprot_t prot) in early_ioremap_range()
79 pgprot_t prot, void *caller) in do_ioremap()
/linux-6.1.9/arch/x86/mm/
Dcpu_entry_area.c34 void cea_set_pte(void *cea_vaddr, phys_addr_t pa, pgprot_t flags) in cea_set_pte()
54 cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot) in cea_map_percpu_pages()
137 pgprot_t gdt_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area()
138 pgprot_t tss_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area()
150 pgprot_t gdt_prot = boot_cpu_has(X86_FEATURE_XENPV) ? in setup_cpu_entry_area()
152 pgprot_t tss_prot = PAGE_KERNEL; in setup_cpu_entry_area()
/linux-6.1.9/arch/arm64/mm/
Dpageattr.c16 pgprot_t set_mask;
17 pgprot_t clear_mask;
49 pgprot_t set_mask, pgprot_t clear_mask) in __change_memory_common()
65 pgprot_t set_mask, pgprot_t clear_mask) in change_memory_common()
Dmmu.c97 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot()
98 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
171 phys_addr_t phys, pgprot_t prot) in init_pte()
196 pgprot_t prot, in alloc_init_cont_pte()
218 pgprot_t __prot = prot; in alloc_init_cont_pte()
234 phys_addr_t phys, pgprot_t prot, in init_pmd()
272 pgprot_t prot, in alloc_init_cont_pmd()
296 pgprot_t __prot = prot; in alloc_init_cont_pmd()
312 phys_addr_t phys, pgprot_t prot, in alloc_init_pud()
369 pgprot_t prot, in __create_pgd_mapping_locked()
[all …]
/linux-6.1.9/arch/sparc/include/asm/
Dpgtable_32.h280 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
285 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
290 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
296 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
302 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
303 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
386 unsigned long, pgprot_t);
390 unsigned long size, pgprot_t prot) in io_remap_pfn_range()
Dpgtable_64.h192 pte_t mk_pte_io(unsigned long, pgprot_t, int, unsigned long);
196 extern pgprot_t PAGE_KERNEL;
197 extern pgprot_t PAGE_KERNEL_LOCKED;
198 extern pgprot_t PAGE_COPY;
199 extern pgprot_t PAGE_SHARED;
217 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte()
227 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
258 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify()
317 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify()
327 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
[all …]
/linux-6.1.9/arch/csky/include/asm/
Dpgtable.h205 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
206 unsigned long size, pgprot_t vma_prot);
216 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
226 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
240 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
/linux-6.1.9/arch/x86/mm/pat/
Dset_memory.c44 pgprot_t mask_set;
45 pgprot_t mask_clr;
77 static inline pgprot_t cachemode2pgprot(enum page_cache_mode pcm) in cachemode2pgprot()
508 static inline bool conflicts(pgprot_t prot, pgprotval_t val) in conflicts()
513 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict()
537 static inline pgprot_t static_protections(pgprot_t prot, unsigned long start, in static_protections()
585 static inline pgprot_t verify_rwx(pgprot_t old, pgprot_t new, unsigned long start, in verify_rwx()
792 static pgprot_t pgprot_clear_protnone_bits(pgprot_t prot) in pgprot_clear_protnone_bits()
813 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page()
970 pgprot_t ref_prot, unsigned long address, in split_set_pte()
[all …]
/linux-6.1.9/arch/arm/include/asm/
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
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
Dpgtable.h89 extern pgprot_t pgprot_user;
90 extern pgprot_t pgprot_kernel;
132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
133 unsigned long size, pgprot_t vma_prot);
213 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
219 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit()
265 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
/linux-6.1.9/mm/
Dearly_ioremap.c35 pgprot_t __init __weak early_memremap_pgprot_adjust(resource_size_t phys_addr, in early_memremap_pgprot_adjust()
37 pgprot_t prot) in early_memremap_pgprot_adjust()
54 phys_addr_t phys, pgprot_t prot) in __late_set_fixmap()
102 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) in __early_ioremap()
222 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, in early_memremap()
231 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, in early_memremap_ro()
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable-bits.h93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached()
104 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine()
/linux-6.1.9/include/drm/ttm/
Dttm_caching.h53 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
/linux-6.1.9/arch/powerpc/include/asm/
Dvmalloc.h10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
17 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()

12345678910>>...12