Searched refs:PROT_SEM (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dmman.h30 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO))
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h36 #define PROT_SEM 0x8 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h37 #define PROT_SEM 0x10 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h36 #define PROT_SEM 0x10 macro
/linux-master/arch/arm64/include/asm/
H A Dmman.h41 unsigned long supported = PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM;
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h13 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h13 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h36 #define PROT_SEM 0x8 macro
/linux-master/arch/sparc/include/asm/
H A Dmman.h52 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI))
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h8 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h30 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h8 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h23 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
/linux-master/include/linux/
H A Dmman.h109 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0;

Completed in 195 milliseconds