HomeSort by relevance Sort by last modified time
    Searched refs:pgprot_t (Results 1 - 10 of 10) sorted by null

  /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...]
  /bionic/libc/kernel/arch-sh/asm/
page.h 31 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon87
40 #define __pgprot(x) ((pgprot_t) { (x) } )
  /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:__anon4561
92 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon4564
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:__anon4479
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)

Completed in 117 milliseconds