/linux-6.12.1/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.12.1/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.12.1/arch/alpha/include/asm/ |
D | page.h | 32 typedef struct { unsigned long pgd; } pgd_t; typedef 51 typedef unsigned long pgd_t; typedef
|
/linux-6.12.1/arch/sh/include/asm/ |
D | page.h | 67 typedef struct { unsigned long long pgd; } pgd_t; typedef 75 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | page.h | 40 typedef struct { __u32 pgd; } pgd_t; typedef 70 typedef __u32 pgd_t; typedef
|
/linux-6.12.1/arch/um/include/asm/ |
D | page.h | 39 typedef struct { unsigned long pgd; } pgd_t; typedef 58 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | page_64.h | 72 typedef struct { unsigned long pgd; } pgd_t; typedef 95 typedef unsigned long pgd_t; typedef
|
D | page_32.h | 58 typedef struct { unsigned long pgd; } pgd_t; typedef 86 typedef unsigned long pgd_t; typedef
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | page.h | 27 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | page.h | 62 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable-types.h | 45 typedef struct { pgdval_t pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | page.h | 53 } pgd_t; typedef
|
/linux-6.12.1/arch/csky/include/asm/ |
D | page.h | 58 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | page.h | 66 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/arc/include/asm/ |
D | page.h | 39 } pgd_t; typedef
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | page.h | 62 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | page.h | 55 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | page.h | 100 typedef struct { unsigned long pgd; } pgd_t; /* PGD table entry */ typedef
|
/linux-6.12.1/arch/mips/include/asm/ |
D | page.h | 133 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | page.h | 65 } pgd_t; typedef
|
/linux-6.12.1/arch/s390/include/asm/ |
D | page.h | 89 typedef struct { unsigned long pgd; } pgd_t; typedef
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable_types.h | 295 typedef struct { pgdval_t pgd; } pgd_t; typedef
|