arch\x86\include\asm\pgtable.h
#define pmd_write pmd_write
static
inline
int
pmd_write(pmd_t pmd)
{
return
pmd_flags(pmd) & _PAGE_RW;
}