Home
last modified time | relevance | path

Searched refs:PROT_SEM (Results 1 – 9 of 9) sorted by relevance

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