Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Ddump_pagetables.c338 static inline pgprotval_t effective_prot(pgprotval_t prot1, pgprotval_t prot2) in effective_prot() argument
340 return (prot1 & prot2 & (_PAGE_USER | _PAGE_RW)) | in effective_prot()
341 ((prot1 | prot2) & _PAGE_NX); in effective_prot()