Home
last modified time | relevance | path

Searched refs:higher_prot (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/x86/mm/
Ddump_pagetables.c258 pgprotval_t higher_prot = st->prot_levels[level - 1]; in effective_prot() local
260 effective = (higher_prot & prot & (_PAGE_USER | _PAGE_RW)) | in effective_prot()
261 ((higher_prot | prot) & _PAGE_NX); in effective_prot()