Symbol: pgd_t
arch/alpha/include/asm/page.h
27
typedef struct { unsigned long pgd; } pgd_t;
arch/alpha/include/asm/page.h
46
typedef unsigned long pgd_t;
arch/arc/include/asm/page.h
41
} pgd_t;
arch/arm/include/asm/page-nommu.h
21
typedef unsigned long pgd_t[2];
arch/arm/include/asm/pgtable-2level-types.h
23
typedef struct { pmdval_t pgd[2]; } pgd_t;
arch/arm/include/asm/pgtable-2level-types.h
41
typedef pmdval_t pgd_t[2];
arch/arm/include/asm/pgtable-3level-types.h
26
typedef struct { pgdval_t pgd; } pgd_t;
arch/arm/include/asm/pgtable-3level-types.h
43
typedef pgdval_t pgd_t;
arch/arm64/include/asm/pgtable-types.h
53
typedef struct { pgdval_t pgd; } pgd_t;
arch/csky/include/asm/page.h
51
typedef struct { unsigned long pgd; } pgd_t;
arch/hexagon/include/asm/page.h
64
typedef struct { unsigned long pgd; } pgd_t;
arch/loongarch/include/asm/page.h
49
typedef struct { unsigned long pgd; } pgd_t;
arch/m68k/include/asm/page.h
25
typedef struct { unsigned long pgd; } pgd_t;
arch/microblaze/include/asm/page.h
58
typedef struct { unsigned long pgd; } pgd_t;
arch/mips/include/asm/page.h
129
typedef struct { unsigned long pgd; } pgd_t;
arch/nios2/include/asm/page.h
58
typedef struct { unsigned long pgd; } pgd_t;
arch/openrisc/include/asm/page.h
43
} pgd_t;
arch/parisc/include/asm/page.h
37
typedef struct { __u32 pgd; } pgd_t;
arch/parisc/include/asm/page.h
67
typedef __u32 pgd_t;
arch/powerpc/include/asm/pgtable-be-types.h
53
typedef struct { __be64 pgd; } pgd_t;
arch/powerpc/include/asm/pgtable-types.h
53
typedef struct { unsigned long long pgd; } pgd_t;
arch/powerpc/include/asm/pgtable-types.h
60
typedef struct { unsigned long pgd; } pgd_t;
arch/riscv/include/asm/page.h
62
} pgd_t;
arch/s390/include/asm/page.h
84
typedef struct { unsigned long pgd; } pgd_t;
arch/s390/include/asm/page.h
99
typedef unsigned long pgd_t;
arch/sh/include/asm/page.h
65
typedef struct { unsigned long long pgd; } pgd_t;
arch/sh/include/asm/page.h
73
typedef struct { unsigned long pgd; } pgd_t;
arch/sparc/include/asm/page_32.h
56
typedef struct { unsigned long pgd; } pgd_t;
arch/sparc/include/asm/page_32.h
84
typedef unsigned long pgd_t;
arch/sparc/include/asm/page_64.h
71
typedef struct { unsigned long pgd; } pgd_t;
arch/sparc/include/asm/page_64.h
94
typedef unsigned long pgd_t;
arch/um/include/asm/page.h
32
typedef struct { unsigned long pgd; } pgd_t;
arch/x86/include/asm/pgtable_types.h
295
typedef struct { pgdval_t pgd; } pgd_t;
arch/xtensa/include/asm/page.h
94
typedef struct { unsigned long pgd; } pgd_t; /* PGD table entry */