Home
last modified time | relevance | path

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

/arch/nios2/include/asm/
Dpgtable-bits.h22 #define _PAGE_WRITE (1<<22) macro
/arch/riscv/include/asm/
Dpgtable-bits.h19 #define _PAGE_WRITE (1 << 2) /* Writable */ macro
/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h12 #define _PAGE_WRITE (1<<9) macro
/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h12 #define _PAGE_WRITE (1<<2) macro
/arch/arc/include/asm/
Dpgtable.h60 #define _PAGE_WRITE (1<<4) /* Page has user write perm (H) */ macro
71 #define _PAGE_WRITE (1<<2) /* Page has user write perm (H) */ macro
/arch/mips/include/asm/
Dpgtable-bits.h144 #define _PAGE_WRITE (1 << _PAGE_WRITE_SHIFT) macro
/arch/hexagon/include/asm/
Dpgtable.h35 #define _PAGE_WRITE __HVM_PTE_W macro
/arch/sh/include/asm/
Dpgtable_64.h112 #define _PAGE_WRITE 0x100 /* PR2-bit : write access allowed */ macro
/arch/openrisc/include/asm/
Dpgtable.h146 #define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE) macro
/arch/parisc/include/asm/
Dpgtable.h213 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT)) macro
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h18 #define _PAGE_WRITE 0x00002 /* write access allowed */ macro
/arch/s390/include/asm/
Dpgtable.h172 #define _PAGE_WRITE 0x020 /* SW pte write bit */ macro