__PGPROT_BASE     312 include/asm-frv/pgtable.h #define PAGE_SHARED	__pgprot(__PGPROT_BASE)
__PGPROT_BASE     313 include/asm-frv/pgtable.h #define PAGE_COPY	__pgprot(__PGPROT_BASE | _PAGE_WP)
__PGPROT_BASE     314 include/asm-frv/pgtable.h #define PAGE_READONLY	__pgprot(__PGPROT_BASE | _PAGE_WP)
__PGPROT_BASE     316 include/asm-frv/pgtable.h #define __PAGE_KERNEL		(__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY)
__PGPROT_BASE     317 include/asm-frv/pgtable.h #define __PAGE_KERNEL_NOCACHE	(__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY | _PAGE_NOCACHE)
__PGPROT_BASE     318 include/asm-frv/pgtable.h #define __PAGE_KERNEL_RO	(__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY | _PAGE_WP)