Home
last modified time | relevance | path

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

/arch/alpha/include/uapi/asm/
Dmman.h8 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
/arch/mips/include/uapi/asm/
Dmman.h23 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
/arch/xtensa/include/uapi/asm/
Dmman.h30 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
/arch/parisc/include/uapi/asm/
Dmman.h8 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
/arch/powerpc/include/asm/
Dmman.h41 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot()
/arch/arm64/include/asm/
Dmman.h65 unsigned long supported = PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM; in arch_validate_prot()
/arch/sparc/include/asm/
Dmman.h58 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI)) in sparc_validate_prot()