Searched refs:MAYBE_MAP_FLAG (Results 1 – 1 of 1) sorted by relevance
113 #define MAYBE_MAP_FLAG(x,from,to) (((x) & (from)) ? (to) : 0) macro114 #define PFLAGS_TO_PROT(x) (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \115 MAYBE_MAP_FLAG((x), PF_R, PROT_READ) | \116 MAYBE_MAP_FLAG((x), PF_W, PROT_WRITE))