Searched refs:pgprot_t (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | vmalloc.h | 56 int node, pgprot_t prot); 75 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot); 78 pgprot_t prot, int node, const void *caller); 82 unsigned long flags, pgprot_t prot); 115 extern int map_vm_area(struct vm_struct *area, pgprot_t prot, 119 pgprot_t prot, struct page **pages); 125 pgprot_t prot, struct page **pages) in map_kernel_range_noflush()
|
D | io.h | 32 phys_addr_t phys_addr, pgprot_t prot); 35 phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
|
D | io-mapping.h | 41 pgprot_t prot; 55 pgprot_t prot; in io_mapping_create_wc()
|
D | crash_dump.h | 23 unsigned long size, pgprot_t prot);
|
D | agpgart.h | 62 pgprot_t prot;
|
D | hugetlb.h | 108 unsigned long address, unsigned long end, pgprot_t newprot); 158 unsigned long address, unsigned long end, pgprot_t newprot) in hugetlb_change_protection()
|
D | mm_types.h | 271 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
|
D | huge_mm.h | 34 unsigned long addr, pgprot_t newprot,
|
D | mm.h | 199 extern pgprot_t protection_map[16]; 1265 unsigned long end, pgprot_t newprot, 1993 pgprot_t vm_get_page_prot(unsigned long vm_flags); 1996 static inline pgprot_t vm_get_page_prot(unsigned long vm_flags) in vm_get_page_prot() 2013 unsigned long pfn, unsigned long size, pgprot_t);
|
/include/asm-generic/ |
D | hugetlb.h | 4 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte() 29 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify()
|
D | page.h | 50 } pgprot_t; typedef 61 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | pgtable.h | 258 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() 494 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap() 505 static inline int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert() 530 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, 533 extern int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
|
D | dma-mapping-common.h | 184 pgprot_t prot, const void *caller); 187 unsigned long vm_flags, pgprot_t prot,
|
/include/xen/ |
D | xen-ops.h | 33 pgprot_t prot, unsigned domid,
|
/include/drm/ttm/ |
D | ttm_bo_driver.h | 1029 extern pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);
|