Searched refs:PROT_SEM (Results 1 – 7 of 7) sorted by relevance
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
30 #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()