arch\x86\include\asm\pgtable.h
static
inline
int
pud_dirty(pud_t pud)
{
return
pud_flags(pud) & _PAGE_DIRTY;
}