Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmingw_support.h15 #define PROT_READ 0x1 /* Page can be read */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h10 #define PROT_READ 0x1 /* page can be read */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h19 #define PROT_READ 0x01 /* page can be read */ macro
/openbmc/qemu/tcg/
H A Dregion.c44 #define PROT_READ 1 macro