Searched refs:PROT_SEM (Results 1 – 7 of 7) sorted by relevance
12 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
29 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
7 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
22 #define PROT_SEM 0x10 /* page may be used for atomic ops */ macro
55 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot()
54 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; in arch_validate_prot()