Searched refs:pgprot_t (Results 1 – 13 of 13) sorted by relevance
/external/kernel-headers/original/linux/ |
D | vmalloc.h | 44 extern void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot); 46 pgprot_t prot); 48 pgprot_t prot, int node); 52 unsigned long flags, pgprot_t prot); 68 extern int map_vm_area(struct vm_struct *area, pgprot_t prot,
|
D | mm.h | 67 pgprot_t vm_page_prot; /* Access permissions of this VMA. */ 188 extern pgprot_t protection_map[16]; 200 …int (*populate)(struct vm_area_struct * area, unsigned long address, unsigned long len, pgprot_t p… 725 unsigned long size, pgprot_t prot); 737 …t mm_struct *mm, struct vm_area_struct *vma, unsigned long addr, struct page *page, pgprot_t prot); 738 …mm_struct *mm, struct vm_area_struct *vma, unsigned long addr, unsigned long pgoff, pgprot_t prot); 965 unsigned long, pgprot_t, unsigned long, int); 1020 unsigned long pfn, unsigned long size, pgprot_t);
|
/external/clang/test/CodeGen/ |
D | 2003-11-18-CondExprLValue.c | 3 typedef struct { unsigned long pgprot; } pgprot_t; typedef 5 void split_large_page(unsigned long addr, pgprot_t prot) in split_large_page() 7 (addr ? prot : ((pgprot_t) { 0x001 } )).pgprot; in split_large_page()
|
/external/kernel-headers/original/asm-arm/ |
D | page.h | 146 typedef struct { unsigned long pgprot; } pgprot_t; typedef 155 #define __pgprot(x) ((pgprot_t) { (x) } ) 164 typedef unsigned long pgprot_t; typedef
|
D | pgtable.h | 177 extern pgprot_t pgprot_kernel; 342 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/external/kernel-headers/original/asm-mips/ |
D | pgtable.h | 307 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() 323 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 332 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() 354 …uct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot); 360 pgprot_t prot) in io_remap_pfn_range()
|
D | pgtable-32.h | 98 pfn_pte(unsigned long pfn, pgprot_t prot) in pfn_pte()
|
/external/kernel-headers/original/asm-x86/ |
D | highmem.h | 33 extern pgprot_t kmap_prot; 71 void *kmap_atomic_prot(struct page *page, enum km_type type, pgprot_t prot);
|
D | cacheflush.h | 28 int change_page_attr(struct page *page, int numpages, pgprot_t prot); 29 int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot);
|
D | page_32.h | 50 typedef struct { unsigned long long pgprot; } pgprot_t; typedef 92 typedef struct { unsigned long pgprot; } pgprot_t; typedef 129 #define __pgprot(x) ((pgprot_t) { (x) } )
|
D | fixmap_32.h | 102 unsigned long phys, pgprot_t flags);
|
D | pgtable_32.h | 370 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify()
|
/external/oprofile/module/x86/ |
D | op_fixmap.c | 43 pgprot_t prot; in set_pte_phys()
|