Home
last modified time | relevance | path

Searched defs:_PAGE_RW (Results 1 – 13 of 13) sorted by relevance

/arch/powerpc/include/asm/
Dpte-fsl-booke.h24 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ macro
Dpte-44x.h79 #define _PAGE_RW 0x00000002 /* S: Write permission */ macro
Dpte-hash32.h29 #define _PAGE_RW 0x400 /* software: user write access allowed */ macro
Dpte-hash64.h27 #define _PAGE_RW 0x0200 /* software: user write access allowed */ macro
Dpte-8xx.h49 #define _PAGE_RW 0x0400 /* lsb PP bits, inverted in HW */ macro
Dpte-40x.h47 #define _PAGE_RW 0x040 /* software: Writes permitted */ macro
Dpte-book3e.h51 #define _PAGE_RW (_PAGE_BAP_SW | _PAGE_BAP_UW) /* User write permission */ macro
/arch/avr32/include/asm/
Dpgtable.h95 #define _PAGE_RW (1 << _PAGE_BIT_RW) macro
/arch/um/include/asm/
Dpgtable.h16 #define _PAGE_RW 0x020 macro
/arch/x86/include/asm/
Dpgtable_types.h45 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW) macro
/arch/sh/include/asm/
Dpgtable_32.h48 #define _PAGE_RW 0x020 /* PR0-bit : write access allowed */ macro
/arch/microblaze/include/asm/
Dpgtable.h215 #define _PAGE_RW 0x040 /* software: Writes permitted */ macro
/arch/parisc/include/asm/
Dpgtable.h179 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro