arch\x86\include\asm\pgtable.h
static
inline
pmd_t pmd_wrprotect(pmd_t pmd)
{
return
pmd_clear_flags(pmd, _PAGE_RW);
}