/external/kernel-headers/original/linux/ |
vmalloc.h | 5 #include <asm/page.h> /* pgprot_t */ 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,
|
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 prot, unsigned long pgoff, int nonblock); 725 unsigned long size, pgprot_t prot); 737 extern int install_page(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long addr, struct page *page, pgprot_t prot); 738 extern int install_file_pte(struct 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); [all...] |
/external/kernel-headers/original/asm-x86/ |
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);
|
highmem.h | 33 extern pgprot_t kmap_prot; 71 void *kmap_atomic_prot(struct page *page, enum km_type type, pgprot_t prot);
|
page_32.h | 50 typedef struct { unsigned long long pgprot; } pgprot_t; typedef in typeref:struct:__anon2868 92 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon2871 129 #define __pgprot(x) ((pgprot_t) { (x) } )
|
fixmap_32.h | 102 unsigned long phys, pgprot_t flags);
|
pgtable_32.h | 370 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
|
/external/kernel-headers/original/asm-arm/ |
page.h | 146 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon2786 155 #define __pgprot(x) ((pgprot_t) { (x) } ) 164 typedef unsigned long pgprot_t; typedef
|
pgtable.h | 177 extern pgprot_t pgprot_kernel; 342 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
|