Searched refs:pgprot_t (Results 1 – 9 of 9) sorted by relevance
9 typedef unsigned long pgprot_t; typedef15 #define __pgprot(x) ((pgprot_t)(x))
19 pgprot_t prot, bool flush);
16 pgprot_t prot);19 pgprot_t prot);
25 typedef struct { pteval_t pgprot; } pgprot_t; typedef39 #define __pgprot(x) ((pgprot_t) { (x) } )
39 typedef struct { pteval_t pgprot; } pgprot_t; typedef51 #define __pgprot(x) ((pgprot_t) { (x) } )
52 typedef struct { pteval_t pgprot; } pgprot_t; typedef64 #define __pgprot(x) ((pgprot_t) { (x) } )
101 uintptr_t vaddr, pgprot_t prot) in install_page_prot()171 pgprot_t prot) in mmu_set_range_ptes()183 pgprot_t prot) in mmu_set_range_sect()244 pgprot_t prot = __pgprot(PTE_UNCACHED | PTE_USER | PTE_UXN | PTE_PXN); in __ioremap()
58 uintptr_t vaddr, pgprot_t prot, bool flush) in __install_page()89 pgprot_t prot, bool flush) in mmu_set_range_ptes()
84 uintptr_t vaddr, pgprot_t prot) in install_page_prot()