Home
last modified time | relevance | path

Searched defs:pgprot (Results 1 – 25 of 61) sorted by relevance

123

/arch/parisc/mm/
Dioremap.c33 pgprot_t pgprot; in __ioremap() local
/arch/sh/mm/
Dioremap.c39 pgprot_t pgprot, void *caller) in __ioremap_caller()
/arch/um/include/asm/
Dpgtable-3level.h102 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
111 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
/arch/x86/include/asm/
Dpgtable_types.h265 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; argument
477 static inline enum page_cache_mode pgprot2cachemode(pgprot_t pgprot) in pgprot2cachemode()
486 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large()
495 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) in pgprot_large_2_4k()
Dpgtable.h538 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot()
548 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot()
565 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte()
573 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) in pfn_pmd()
581 static inline pud_t pfn_pud(unsigned long page_nr, pgprot_t pgprot) in pfn_pud()
821 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
1154 #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) argument
/arch/powerpc/mm/book3s64/
Dpgtable.c123 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) in pmd_set_protbits()
128 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) in pfn_pmd()
136 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) in mk_pmd()
/arch/sh/include/asm/
Dpage.h79 typedef struct { unsigned long long pgprot; } pgprot_t; member
87 typedef struct { unsigned long pgprot; } pgprot_t; member
93 typedef struct { unsigned long long pgprot; } pgprot_t; member
Dpgtable_64.h276 #define mk_pte(page,pgprot) \ argument
289 #define mk_pte_phys(physpage, pgprot) \ argument
/arch/nios2/mm/
Dioremap.c28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte() local
/arch/m68k/include/asm/
Dpage.h27 typedef struct { unsigned long pgprot; } pgprot_t; member
Dsun3_pgtable.h103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
131 #define pfn_pte(pfn, pgprot) \ argument
/arch/arm64/include/asm/
Dpgtable-types.h42 typedef struct { pteval_t pgprot; } pgprot_t; member
/arch/alpha/include/asm/
Dmmzone.h79 #define mk_pte(page, pgprot) \ argument
/arch/mips/mm/
Dioremap.c26 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE in remap_area_pte() local
/arch/arm/include/asm/
Dpgtable-2level-types.h24 typedef struct { pteval_t pgprot; } pgprot_t; member
Dpgtable-3level-types.h27 typedef struct { pteval_t pgprot; } pgprot_t; member
/arch/nios2/include/asm/
Dpage.h63 typedef struct { unsigned long pgprot; } pgprot_t; member
/arch/s390/include/asm/
Dhugetlb.h84 static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) in mk_huge_pte()
/arch/sparc/include/asm/
Dpgtable_32.h284 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte()
289 static inline pte_t mk_pte_phys(unsigned long page, pgprot_t pgprot) in mk_pte_phys()
294 static inline pte_t mk_pte_io(unsigned long page, pgprot_t pgprot, int space) in mk_pte_io()
/arch/unicore32/include/asm/
Dpage.h36 typedef struct { unsigned long pgprot; } pgprot_t; member
/arch/openrisc/include/asm/
Dpage.h55 unsigned long pgprot; member
Dpgtable.h313 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte()
321 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) argument
323 #define mk_pte_phys(physpage, pgprot) \ argument
/arch/powerpc/include/asm/
Dpgtable.h48 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
/arch/arc/include/asm/
Dpage.h41 unsigned long pgprot; member
/arch/hexagon/include/asm/
Dpgtable.h295 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) argument
395 #define pfn_pte(pfn, pgprot) __pte((pfn << PAGE_SHIFT) | pgprot_val(pgprot)) argument

123