taglinefilesource code
pgd_t19include/asm-alpha/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t37include/asm-alpha/page.htypedef unsigned long pgd_t;
pgd_t19include/asm-i386/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t38include/asm-i386/page.htypedef unsigned long pgd_t;
pgd_t21include/asm-mips/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t40include/asm-mips/page.htypedef unsigned long pgd_t;
pgd_t21include/asm-ppc/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t40include/asm-ppc/page.htypedef unsigned long pgd_t;
pgd_t52include/asm-sparc/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t71include/asm-sparc/page.htypedef unsigned long pgd_t;