Home
last modified time | relevance | path

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

/linux-6.1.9/arch/nios2/include/asm/
Dpgtable-bits.h21 #define _PAGE_EXEC (1<<21) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpgtable-bits.h14 #define _PAGE_EXEC (1 << 3) /* Executable */ macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h77 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */ macro
Dpte-40x.h49 #define _PAGE_EXEC 0x200 /* hardware: EX permission */ macro
Dpte-85xx.h24 #define _PAGE_EXEC 0x00010 /* H: SX permission */ macro
Dpte-8xx.h43 #define _PAGE_EXEC 0x0040 /* Copied to PP (bit 21) in ITLB */ macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/
Dpte-e500.h51 #define _PAGE_EXEC (_PAGE_BAP_SX | _PAGE_BAP_UX) /* .. and was cache cleaned */ macro
/linux-6.1.9/arch/openrisc/include/asm/
Dpgtable.h132 #define _PAGE_EXEC 0x400 /* software: page is executable */ macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpgtable.h171 #define _PAGE_EXEC 0 macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/
Dpgtable.h30 #define _PAGE_EXEC 0x200 /* software: exec allowed */ macro
/linux-6.1.9/arch/parisc/include/asm/
Dpgtable.h217 #define _PAGE_EXEC (1 << xlate_pabit(_PAGE_EXEC_BIT)) macro
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dpgtable.h17 #define _PAGE_EXEC 0x00001 /* execute permission */ macro