taglinefilesource code
pgd_none193include/asm-alpha/pgtable.hextern inline int pgd_none(pgd_t pgd)    { return !pgd_val(pgd); }
pgd_none170include/asm-i386/pgtable.hextern inline int pgd_none(pgd_t pgd)    { return 0; }
pgd_none192include/asm-mips/page.hextern inline int pgd_none(pgd_t pgd)    { return !pgd_val(pgd); }