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