Searched refs:PROT_SEM (Results 1 – 14 of 14) sorted by relevance
36 #define PROT_SEM 0x10 macro
36 #define PROT_SEM 0x8 macro
37 #define PROT_SEM 0x10 macro
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
41 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot()
65 unsigned long supported = PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM; in arch_validate_prot()
58 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI)) in sparc_validate_prot()
106 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; in arch_validate_prot()