Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h865 pgprotval_t addbits = pgprot_val(newprot) & ~_PAGE_CHG_MASK; in pgprot_modify() local
866 return __pgprot(preservebits | addbits); in pgprot_modify()