Searched refs:__pgprot (Results 1 – 5 of 5) sorted by relevance
134 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)136 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)139 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)141 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)143 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)147 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)149 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)163 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)164 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)165 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXEC)[all …]
114 __set_fixmap(idx, 0, __pgprot(0))
129 #define __pgprot(x) ((pgprot_t) { (x) } ) macro
179 #define PAGE_NONE __pgprot(_L_PTE_DEFAULT)180 #define PAGE_COPY __pgprot(_L_PTE_DEFAULT | _L_PTE_READ)181 #define PAGE_SHARED __pgprot(_L_PTE_DEFAULT | _L_PTE_READ | L_PTE_WRITE)182 #define PAGE_READONLY __pgprot(_L_PTE_DEFAULT | _L_PTE_READ)273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE))274 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~L_PTE_CACHEABLE)
155 #define __pgprot(x) ((pgprot_t) { (x) } ) macro173 #define __pgprot(x) (x) macro