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_t26include/asm-mips/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t42include/asm-mips/page.htypedef unsigned long pgd_t;
pgd_t49include/asm-sparc/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t68include/asm-sparc/page.htypedef unsigned long pgd_t;