Searched refs:PROT_SEM (Results 1 – 17 of 17) sorted by relevance
36 #define PROT_SEM 0x10 macro
36 #define PROT_SEM 0x8 macro
37 #define PROT_SEM 0x10 macro
30 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot()
13 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
30 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
8 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
23 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
45 unsigned long supported = PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM; in arch_validate_prot()
52 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI)) in sparc_validate_prot()
110 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; in arch_validate_prot()
1109 FLAG_TARGET(PROT_SEM),