Searched refs:PROT_SEM (Results 1 – 2 of 2) sorted by relevance
13 #define PROT_SEM 0x8 /* page may be used for atomic ops */ macro
108 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; in arch_validate_prot()
Completed in 3 milliseconds