Searched refs:__PGPROT_BASE (Results 1 – 1 of 1) sorted by relevance
304 #define __PGPROT_BASE \ macro308 #define PAGE_SHARED __pgprot(__PGPROT_BASE)309 #define PAGE_COPY __pgprot(__PGPROT_BASE | _PAGE_WP)310 #define PAGE_READONLY __pgprot(__PGPROT_BASE | _PAGE_WP)312 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY)313 #define __PAGE_KERNEL_NOCACHE (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY | _PAGE_NOCACHE)314 #define __PAGE_KERNEL_RO (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY | _PAGE_WP)