Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/ !
H A Dpgtable-masks.h10 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
/linux/arch/powerpc/include/asm/nohash/ !
H A Dpte-e500.h53 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
/linux/arch/microblaze/include/asm/ !
H A Dpgtable.h151 #define _PAGE_RW 0x040 /* software: Writes permitted */ macro
/linux/arch/sh/include/asm/ !
H A Dpgtable_32.h47 #define _PAGE_RW 0x020 /* PR0-bit : write access allowed */ macro
/linux/arch/x86/include/asm/ !
H A Dpgtable_types.h52 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW) macro