Home
last modified time | relevance | path

Searched defs:pgd_val (Results 1 – 12 of 12) 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/loongarch/include/asm/
H A Dpage.h46 #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/riscv/include/asm/
H A Dpage.h72 #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
/linux/arch/x86/include/asm/
H A Dpgtable.h91 #define pgd_val(x) native_pgd_val(x) macro