Home
last modified time | relevance | path

Searched defs:_PAGE_READ (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/arch/mips/include/asm/
Dpgtable-bits.h38 #define _PAGE_READ (1<<7) /* implemented in software */ macro
56 #define _PAGE_READ (1<<1) /* implemented in software */ macro
84 #define _PAGE_READ ({if (kernel_uses_smartmips_rixi) BUG(); 1 << _PAGE_READ_SHIFT; }) macro
/linux-3.3/arch/score/include/asm/
Dpgtable-bits.h5 #define _PAGE_READ (1<<6) /* implemented in software */ macro
/linux-3.3/arch/cris/include/arch-v10/arch/
Dmmu.h64 #define _PAGE_READ (1<<7) /* read-enabled */ macro
/linux-3.3/arch/cris/include/arch-v32/arch/
Dmmu.h59 #define _PAGE_READ (1 << 8) /* Read enabled. */ macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_64.h117 #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ macro
/linux-3.3/arch/hexagon/include/asm/
Dpgtable.h48 #define _PAGE_READ __HVM_PTE_R macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h102 #define _PAGE_READ (1UL << _PAGE_BIT_READ) macro
/linux-3.3/arch/openrisc/include/asm/
Dpgtable.h155 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
/linux-3.3/arch/parisc/include/asm/
Dpgtable.h164 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro