Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmingw_support.h17 #define PROT_EXEC 0x4 /* Page can be executed */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h12 #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/qemu/tcg/
H A Dregion.c46 #define PROT_EXEC 4 macro