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

  /external/clang/test/CodeGen/
2003-11-18-CondExprLValue.c 3 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon5213
5 void split_large_page(unsigned long addr, pgprot_t prot)
7 (addr ? prot : ((pgprot_t) { 0x001 } )).pgprot;
  /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:__anon7797
92 typedef struct { unsigned long pgprot; } pgprot_t; typedef in typeref:struct:__anon7800
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:__anon7645
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)
  /external/kernel-headers/original/asm-mips/
pgtable.h 307 static inline pgprot_t pgprot_noncached(pgprot_t _prot)
323 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
332 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
354 extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot);
360 pgprot_t prot)
  /external/oprofile/module/x86/
op_fixmap.c 43 pgprot_t prot;

Completed in 272 milliseconds