/linux-6.14.4/arch/arm/include/asm/ |
D | pgtable-2level-types.h | 23 typedef struct { pmdval_t pgd[2]; } pgd_t; typedef 41 typedef pmdval_t pgd_t[2]; typedef
|
D | pgtable-3level-types.h | 26 typedef struct { pgdval_t pgd; } pgd_t; typedef 43 typedef pgdval_t pgd_t; typedef
|
D | page-nommu.h | 22 typedef unsigned long pgd_t[2]; typedef
|
/linux-6.14.4/arch/alpha/include/asm/ |
D | page.h | 28 typedef struct { unsigned long pgd; } pgd_t; typedef 47 typedef unsigned long pgd_t; typedef
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | pgtable-types.h | 53 typedef struct { unsigned long long pgd; } pgd_t; typedef 60 typedef struct { unsigned long pgd; } pgd_t; typedef
|
D | pgtable-be-types.h | 53 typedef struct { __be64 pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/sh/include/asm/ |
D | page.h | 65 typedef struct { unsigned long long pgd; } pgd_t; typedef 73 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | page.h | 38 typedef struct { __u32 pgd; } pgd_t; typedef 68 typedef __u32 pgd_t; typedef
|
/linux-6.14.4/arch/sparc/include/asm/ |
D | page_64.h | 70 typedef struct { unsigned long pgd; } pgd_t; typedef 93 typedef unsigned long pgd_t; typedef
|
D | page_32.h | 56 typedef struct { unsigned long pgd; } pgd_t; typedef 84 typedef unsigned long pgd_t; typedef
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | page.h | 25 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/nios2/include/asm/ |
D | page.h | 57 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/openrisc/include/asm/ |
D | page.h | 44 } pgd_t; typedef
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | pgtable-types.h | 45 typedef struct { pgdval_t pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/csky/include/asm/ |
D | page.h | 51 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/hexagon/include/asm/ |
D | page.h | 64 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/arc/include/asm/ |
D | page.h | 39 } pgd_t; typedef
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | page.h | 50 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/microblaze/include/asm/ |
D | page.h | 59 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | page.h | 94 typedef struct { unsigned long pgd; } pgd_t; /* PGD table entry */ typedef
|
/linux-6.14.4/arch/mips/include/asm/ |
D | page.h | 128 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/um/include/asm/ |
D | page.h | 33 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | page.h | 63 } pgd_t; typedef
|
/linux-6.14.4/arch/s390/include/asm/ |
D | page.h | 84 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.14.4/arch/x86/include/asm/ |
D | pgtable_types.h | 299 typedef struct { pgdval_t pgd; } pgd_t; typedef
|