Home
last modified time | relevance | path

Searched refs:_PAGE_SUPER (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/frv/include/asm/
Dpgtable.h292 #define _PAGE_SUPER xAMPRx_S macro
311 #define __PAGE_KERNEL (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY)
312 #define __PAGE_KERNEL_NOCACHE (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY | _PAGE_NOCACHE)
313 #define __PAGE_KERNEL_RO (__PGPROT_BASE | _PAGE_SUPER | _PAGE_DIRTY | _PAGE_WP)
/linux-4.1.27/arch/m68k/include/asm/
Dmotorola_pgtable.h14 #define _PAGE_SUPER 0x080 /* 68040 supervisor only */ macro