Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dpgtable-bits.h39 #define _PAGE_WRITE (1<<8) /* implemented in software */ macro
57 #define _PAGE_WRITE (1<<2) /* implemented in software */ macro
87 #define _PAGE_WRITE (1 << _PAGE_WRITE_SHIFT) macro
/arch/score/include/asm/
Dpgtable-bits.h6 #define _PAGE_WRITE (1<<7) /* implemented in software */ macro
/arch/cris/include/arch-v10/arch/
Dmmu.h65 #define _PAGE_WRITE (1<<8) /* write-enabled */ macro
/arch/cris/include/arch-v32/arch/
Dmmu.h60 #define _PAGE_WRITE (1 << 9) /* Write enabled. */ macro
/arch/hexagon/include/asm/
Dpgtable.h49 #define _PAGE_WRITE __HVM_PTE_W macro
/arch/sh/include/asm/
Dpgtable_64.h119 #define _PAGE_WRITE 0x100 /* PR2-bit : write access allowed */ macro
/arch/m32r/include/asm/
Dpgtable.h101 #define _PAGE_WRITE (1UL << _PAGE_BIT_WRITE) macro
/arch/openrisc/include/asm/
Dpgtable.h150 #define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE) macro
/arch/parisc/include/asm/
Dpgtable.h173 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT)) macro