Home
last modified time | relevance | path

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

12

/linux-4.19.296/include/linux/
Dvmalloc.h61 int node, pgprot_t prot);
80 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot);
83 pgprot_t prot, unsigned long vm_flags, int node,
101 unsigned long flags, pgprot_t prot);
139 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
143 pgprot_t prot, struct page **pages);
149 pgprot_t prot, struct page **pages) in map_kernel_range_noflush()
Dpfn_t.h85 static inline pte_t pfn_t_pte(pfn_t pfn, pgprot_t pgprot) in pfn_t_pte()
92 static inline pmd_t pfn_t_pmd(pfn_t pfn, pgprot_t pgprot) in pfn_t_pmd()
98 static inline pud_t pfn_t_pud(pfn_t pfn, pgprot_t pgprot) in pfn_t_pud()
Dio-mapping.h37 pgprot_t prot;
56 pgprot_t prot; in io_mapping_init_wc()
Dio.h37 phys_addr_t phys_addr, pgprot_t prot);
40 phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
Dcrash_dump.h25 unsigned long size, pgprot_t prot);
Dagpgart.h62 pgprot_t prot;
Dmm.h310 extern pgprot_t protection_map[16];
1595 unsigned long end, pgprot_t newprot,
1714 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);
2498 pgprot_t vm_get_page_prot(unsigned long vm_flags);
2501 static inline pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot()
2518 unsigned long pfn, unsigned long size, pgprot_t);
2523 unsigned long pfn, pgprot_t pgprot);
2572 unsigned long size, pgprot_t prot) in io_remap_pfn_range()
Dhugetlb.h159 unsigned long address, unsigned long end, pgprot_t newprot);
218 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection()
Dmm_types.h292 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
Dhuge_mm.h48 unsigned long addr, pgprot_t newprot,
Ddma-mapping.h452 pgprot_t prot, const void *caller);
455 unsigned long vm_flags, pgprot_t prot,
/linux-4.19.296/include/asm-generic/
Dpgtable.h473 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify()
767 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
778 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
809 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
812 extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
1005 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot);
1008 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
1018 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1019 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
1025 static inline int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge()
[all …]
Dhugetlb.h5 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
30 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify()
Dpage.h48 } pgprot_t; typedef
59 #define __pgprot(x) ((pgprot_t) { (x) } )
/linux-4.19.296/include/xen/
Dxen-ops.h85 int *err_ptr, pgprot_t prot,
108 int *err_ptr, pgprot_t prot,
126 pgprot_t prot, unsigned domid,
135 int *err_ptr, pgprot_t prot,
148 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
/linux-4.19.296/lib/
Dioremap.c62 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pte_range()
80 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pmd_range()
107 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pud_range()
134 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_p4d_range()
160 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
/linux-4.19.296/include/drm/ttm/
Dttm_bo_api.h735 void *ttm_kmap_atomic_prot(struct page *page, pgprot_t prot);
737 void ttm_kunmap_atomic_prot(void *addr, pgprot_t prot);
Dttm_bo_driver.h868 pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);
/linux-4.19.296/drivers/xen/
Dxlate_mmu.c67 pgprot_t prot;
147 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
/linux-4.19.296/drivers/char/
Dmem.c272 unsigned long pfn, unsigned long size, pgprot_t *vma_prot) in phys_mem_access_prot_allowed()
313 static pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, in phys_mem_access_prot()
314 unsigned long size, pgprot_t vma_prot) in phys_mem_access_prot()
/linux-4.19.296/virt/kvm/arm/
Dmmu.c609 pgprot_t prot) in create_hyp_pte_mappings()
625 pgprot_t prot) in create_hyp_pmd_mappings()
658 pgprot_t prot) in create_hyp_pud_mappings()
691 unsigned long pfn, pgprot_t prot) in __create_hyp_mappings()
747 int create_hyp_mappings(void *from, void *to, pgprot_t prot) in create_hyp_mappings()
776 unsigned long *haddr, pgprot_t prot) in __create_hyp_private_mapping()
1497 pgprot_t mem_type = PAGE_S2; in user_mem_abort()
/linux-4.19.296/drivers/misc/
Daspeed-lpc-ctrl.c51 pgprot_t prot = vma->vm_page_prot; in aspeed_lpc_ctrl_mmap()
/linux-4.19.296/fs/proc/
Dvmcore.c179 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range()
477 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_checked()
527 unsigned long size, pgprot_t prot) in vmcore_remap_oldmem_pfn()
/linux-4.19.296/drivers/char/agp/
Dfrontend.c102 int size, pgprot_t page_prot) in agp_find_seg_in_client()
155 static pgprot_t agp_convert_mmap_flags(int prot) in agp_convert_mmap_flags()
/linux-4.19.296/fs/pstore/
Dram_core.c406 pgprot_t prot; in persistent_ram_vmap()

12