Home
last modified time | relevance | path

Searched defs:pte_t (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.6.21/arch/powerpc/include/asm/
Dpgtable-types.h11 typedef struct { pte_basic_t pte, pte1, pte2, pte3; } pte_t; typedef
13 typedef struct { pte_basic_t pte; } pte_t; typedef
15 typedef pte_basic_t pte_t; typedef
/linux-6.6.21/arch/mips/include/asm/
Dpage.h124 typedef struct { unsigned long pte_low, pte_high; } pte_t; typedef
128 typedef struct { unsigned long long pte; } pte_t; typedef
133 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/arch/arm/include/asm/
Dpgtable-2level-types.h21 typedef struct { pteval_t pte; } pte_t; typedef
39 typedef pteval_t pte_t; typedef
Dpgtable-3level-types.h24 typedef struct { pteval_t pte; } pte_t; typedef
41 typedef pteval_t pte_t; typedef
Dpage-nommu.h20 typedef unsigned long pte_t; typedef
/linux-6.6.21/arch/alpha/include/asm/
Dpage.h30 typedef struct { unsigned long pte; } pte_t; typedef
49 typedef unsigned long pte_t; typedef
/linux-6.6.21/arch/x86/include/asm/
Dpgtable-2level_types.h18 } pte_t; typedef
Dpgtable-3level_types.h20 } pte_t; typedef
/linux-6.6.21/arch/sh/include/asm/
Dpage.h76 typedef struct { unsigned long pte_low, pte_high; } pte_t; typedef
84 typedef struct { unsigned long pte_low; } pte_t; typedef
/linux-6.6.21/arch/um/include/asm/
Dpage.h37 typedef struct { unsigned long pte; } pte_t; typedef
57 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/arch/parisc/include/asm/
Dpage.h43 typedef struct { unsigned long pte; } pte_t; /* either 32 or 64bit */ typedef
69 typedef unsigned long pte_t; typedef
/linux-6.6.21/arch/sparc/include/asm/
Dpage_64.h69 typedef struct { unsigned long pte; } pte_t; typedef
92 typedef unsigned long pte_t; typedef
Dpage_32.h55 typedef struct { unsigned long pte; } pte_t; typedef
83 typedef unsigned long pte_t; typedef
/linux-6.6.21/arch/ia64/include/asm/
Dpage.h149 typedef struct { unsigned long pte; } pte_t; typedef
175 typedef unsigned long pte_t; typedef
/linux-6.6.21/arch/m68k/include/asm/
Dpage.h30 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable-types.h23 typedef struct { pteval_t pte; } pte_t; typedef
/linux-6.6.21/arch/nios2/include/asm/
Dpage.h61 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/arch/openrisc/include/asm/
Dpage.h50 } pte_t; typedef
/linux-6.6.21/arch/csky/include/asm/
Dpage.h55 typedef struct { unsigned long pte_low; } pte_t; typedef
/linux-6.6.21/arch/loongarch/include/asm/
Dpage.h58 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/include/asm-generic/
Dpage.h39 } pte_t; typedef
/linux-6.6.21/arch/hexagon/include/asm/
Dpage.h69 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/arch/arc/include/asm/
Dpage.h72 } pte_t; typedef
/linux-6.6.21/arch/microblaze/include/asm/
Dpage.h59 typedef struct { unsigned long pte; } pte_t; typedef
/linux-6.6.21/arch/xtensa/include/asm/
Dpage.h99 typedef struct { unsigned long pte; } pte_t; /* page table entry */ typedef

12