Searched defs:pud_val (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/asm-generic/
H A Dpgtable-nopud.h48 #define pud_val(x) (p4d_val((x).p4d)) macro
/linux-master/arch/powerpc/include/asm/
H A Dpgtable-types.h45 static inline unsigned long pud_val(pud_t x) function
H A Dpgtable-be-types.h40 static inline unsigned long pud_val(pud_t x) function
/linux-master/arch/arc/include/asm/
H A Dpage.h50 #define pud_val(x) ((x).pud) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h35 #define pud_val(x) ((x).pud) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h78 #define pud_val(x) ((x).pud) macro
101 #define pud_val(x) (x) macro
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c294 pudval_t pud_val = __pa_nodebug(kasan_early_shadow_pmd) | _KERNPG_TABLE; local
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h176 #define pud_val(x) ((x).pud) macro
/linux-master/arch/s390/include/asm/
H A Dpage.h105 static inline unsigned long pud_val(pud_t pud) function
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h192 struct paravirt_callee_save pud_val; member in struct:pv_mmu_ops
H A Dparavirt.h471 static inline pudval_t pud_val(pud_t pud) function
H A Dpgtable.h108 #define pud_val(x) native_pud_val(x) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h60 #define pud_val(x) ((x).pud) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h127 #define pud_val(x) ((x).pud) macro

Completed in 123 milliseconds