Searched defs:pud_t (Results 1 - 8 of 8) sorted by relevance

/arch/arm64/include/asm/
H A Dpgtable-types.h48 typedef struct { pudval_t pud; } pud_t; typedef in typeref:struct:__anon337
50 #define __pud(x) ((pud_t) { (x) } )
74 typedef pudval_t pud_t; typedef
/arch/frv/include/asm/
H A Dpage.h25 typedef struct { pmd_t pue[1]; } pud_t; typedef in typeref:struct:__anon1421
26 typedef struct { pud_t pge[1]; } pgd_t;
38 #define __pud(x) ((pud_t) { (x) } )
/arch/microblaze/include/asm/
H A Dpage.h97 typedef struct { pmd_t pue[1]; } pud_t; typedef in typeref:struct:__anon1945
98 typedef struct { pud_t pge[1]; } pgd_t;
/arch/powerpc/include/asm/
H A Dpage.h308 typedef struct { unsigned long pud; } pud_t; typedef in typeref:struct:__anon2379
310 #define __pud(x) ((pud_t) { (x) })
347 typedef unsigned long pud_t; typedef
/arch/sparc/include/asm/
H A Dpage_64.h60 typedef struct { unsigned long pud; } pud_t; typedef in typeref:struct:__anon2774
74 #define __pud(x) ((pud_t) { (x) } )
83 typedef unsigned long pud_t; typedef
/arch/ia64/include/asm/
H A Dpage.h177 typedef struct { unsigned long pud; } pud_t; typedef in typeref:struct:__anon1524
/arch/s390/include/asm/
H A Dpage.h83 typedef struct { unsigned long pud; } pud_t; typedef in typeref:struct:__anon2529
97 #define __pud(x) ((pud_t) { (x) } )
/arch/x86/include/asm/
H A Dpgtable_types.h261 typedef struct { pudval_t pud; } pud_t; typedef in typeref:struct:__anon3140
263 static inline pud_t native_make_pud(pmdval_t val)
265 return (pud_t) { val };
268 static inline pudval_t native_pud_val(pud_t pud)
275 static inline pudval_t native_pud_val(pud_t pud)
302 static inline pudval_t pud_flags(pud_t pud)

Completed in 330 milliseconds