Searched refs:higher_prot (Results 1 – 1 of 1) sorted by relevance
258 pgprotval_t higher_prot = st->prot_levels[level - 1]; in effective_prot() local260 effective = (higher_prot & prot & (_PAGE_USER | _PAGE_RW)) | in effective_prot()261 ((higher_prot | prot) & _PAGE_NX); in effective_prot()