Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Ddump_pagetables.c351 static inline pgprotval_t effective_prot(pgprotval_t prot1, pgprotval_t prot2) in effective_prot() argument
353 return (prot1 & prot2 & (_PAGE_USER | _PAGE_RW)) | in effective_prot()
354 ((prot1 | prot2) & _PAGE_NX); in effective_prot()