Searched refs:prot2 (Results 1 – 1 of 1) sorted by relevance
351 static inline pgprotval_t effective_prot(pgprotval_t prot1, pgprotval_t prot2) in effective_prot() argument353 return (prot1 & prot2 & (_PAGE_USER | _PAGE_RW)) | in effective_prot()354 ((prot1 | prot2) & _PAGE_NX); in effective_prot()