Home
last modified time | relevance | path

Searched defs:PROT_EXEC (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/tools/
H A Dmingw_support.h17 #define PROT_EXEC 0x4 /* Page can be executed */ macro
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h31 #define PROT_EXEC 0x4 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h31 #define PROT_EXEC 0x4 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h32 #define PROT_EXEC 0x04 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h31 #define PROT_EXEC 0x4 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h12 #define PROT_EXEC 0x4 /* page can be executed */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h12 #define PROT_EXEC 0x4 /* page can be executed */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h12 #define PROT_EXEC 0x4 /* page can be executed */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h7 #define PROT_EXEC 0x4 /* page can be executed */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h7 #define PROT_EXEC 0x4 /* page can be executed */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h21 #define PROT_EXEC 0x04 /* page can be executed */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h28 #define PROT_EXEC 0x4 /* page can be executed */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h21 #define PROT_EXEC 0x04 /* page can be executed */ macro
/openbmc/qemu/tcg/
H A Dregion.c46 #define PROT_EXEC 4 macro