Home
last modified time | relevance | path

Searched defs:pgd_val (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable-2level-types.h28 #define pgd_val(x) ((x).pgd[0]) macro
46 #define pgd_val(x) ((x)[0]) macro
H A Dpgtable-3level-types.h31 #define pgd_val(x) ((x).pgd) macro
48 #define pgd_val(x) (x) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h55 static inline unsigned long long pgd_val(pgd_t x) in pgd_val() function
62 static inline unsigned long pgd_val(pgd_t x) in pgd_val() function
H A Dpgtable-be-types.h56 static inline unsigned long pgd_val(pgd_t x) in pgd_val() function
/linux/arch/m68k/include/asm/
H A Dpage.h40 #define pgd_val(x) ((x).pgd) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h54 #define pgd_val(x) ((x).pgd) macro
/linux/arch/csky/include/asm/
H A Dpage.h55 #define pgd_val(x) ((x).pgd) macro
/linux/arch/sh/include/asm/
H A Dpage.h78 #define pgd_val(x) ((x).pgd) macro
/linux/arch/x86/xen/
H A Dmmu_pv.c560 pgd_t pgd_val; in xen_set_p4d() local