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_t20include/asm-mips/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t36include/asm-mips/page.htypedef unsigned long pgd_t;
pgd_t31include/asm-sparc/page.htypedef struct { unsigned long pgd; } pgd_t;
pgd_t50include/asm-sparc/page.htypedef unsigned long pgd_t;