Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dpgtable_types.h65 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
/linux-3.4.99/arch/um/include/asm/
Dpgtable.h22 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
/linux-3.4.99/arch/m32r/include/asm/
Dpgtable.h105 #define _PAGE_PROTNONE (1UL << _PAGE_BIT_PROTNONE) macro
/linux-3.4.99/arch/m68k/include/asm/
Dmotorola_pgtable.h30 #define _PAGE_PROTNONE 0x004 macro
/linux-3.4.99/arch/xtensa/include/asm/
Dpgtable.h94 #define _PAGE_PROTNONE (3<<0) /* special case for VM_PROT_NONE */ macro
/linux-3.4.99/arch/sh/include/asm/
Dpgtable_32.h52 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
/linux-3.4.99/arch/mn10300/include/asm/
Dpgtable.h138 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h302 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h58 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro