Home
last modified time | relevance | path

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

/linux-4.4.14/arch/nios2/include/asm/
Dpgtable-bits.h21 #define _PAGE_EXEC (1<<21) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dpte-44x.h76 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
Dpte-fsl-booke.h23 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
Dpte-hash64.h20 #define _PAGE_EXEC 0x0004 /* No execute on POWER4 and newer (we invert) */ macro
Dpte-40x.h49 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
Dpte-8xx.h42 #define _PAGE_EXEC 0x0040 /* Copied to L1 APG */ macro
Dpte-book3e.h50 #define _PAGE_EXEC _PAGE_BAP_UX /* .. and was cache cleaned */ macro
Dpte-common.h17 #define _PAGE_EXEC 0 macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h97 #define _PAGE_EXEC (1UL << _PAGE_BIT_EXEC) macro
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h137 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h232 #define _PAGE_EXEC 0 macro
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h193 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro