/arch/parisc/mm/ |
D | ioremap.c | 32 pgprot_t pgprot; in __ioremap() local
|
/arch/sh/mm/ |
D | ioremap.c | 39 pgprot_t pgprot, void *caller) in __ioremap_caller()
|
/arch/m32r/mm/ |
D | ioremap.c | 48 pgprot_t pgprot; in __ioremap() local
|
/arch/um/include/asm/ |
D | pgtable-3level.h | 101 static inline pte_t pfn_pte(pfn_t page_nr, pgprot_t pgprot) in pfn_pte() 110 static inline pmd_t pfn_pmd(pfn_t page_nr, pgprot_t pgprot) in pfn_pmd()
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 46 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) { in pfn_pte() 54 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
|
/arch/sh/include/asm/ |
D | page.h | 77 typedef struct { unsigned long long pgprot; } pgprot_t; member 85 typedef struct { unsigned long pgprot; } pgprot_t; member 91 typedef struct { unsigned long long pgprot; } pgprot_t; member
|
/arch/cris/include/asm/ |
D | pgtable.h | 179 static inline pte_t __mk_pte(void * page, pgprot_t pgprot) in __mk_pte() 187 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument 189 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | page.h | 28 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/m68k/include/asm/ |
D | page.h | 26 typedef struct { unsigned long pgprot; } pgprot_t; member
|
D | sun3_pgtable.h | 104 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 132 #define pfn_pte(pfn, pgprot) \ argument
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 192 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; member
|
D | pgtable.h | 301 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() 311 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() 317 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd() 467 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument 718 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 273 #define mk_pte(page,pgprot) BTFIXUP_CALL(mk_pte)(page,pgprot) argument 274 #define mk_pte_phys(page,pgprot) BTFIXUP_CALL(mk_pte_phys)(page,pgprot) argument 275 #define mk_pte_io(page,pgprot,space) BTFIXUP_CALL(mk_pte_io)(page,pgprot,space) argument 277 #define pgprot_noncached(pgprot) BTFIXUP_CALL(pgprot_noncached)(pgprot) argument
|
/arch/mips/mm/ |
D | ioremap.c | 24 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE in remap_area_pte() local
|
/arch/m68k/kernel/ |
D | dma_mm.c | 23 pgprot_t pgprot; in dma_alloc_coherent() local
|
/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 36 typedef struct { pteval_t pgprot; } pgprot_t; member
|
D | pgtable-3level-types.h | 39 typedef struct { pteval_t pgprot; } pgprot_t; member
|
/arch/alpha/include/asm/ |
D | mmzone.h | 80 #define mk_pte(page, pgprot) \ argument
|
/arch/unicore32/include/asm/ |
D | page.h | 39 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 318 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() 326 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument 328 #define mk_pte_phys(physpage, pgprot) \ argument
|
D | page.h | 62 unsigned long pgprot; member
|
/arch/avr32/include/asm/ |
D | page.h | 34 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/x86/include/asm/xen/ |
D | page.h | 177 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte()
|
/arch/mn10300/include/asm/ |
D | page.h | 40 typedef struct { unsigned long pgprot; } pgprot_t; member
|
/arch/hexagon/include/asm/ |
D | page.h | 84 typedef struct { unsigned long pgprot; } pgprot_t; member
|