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

/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h40 #define p4d_val(x) (pgd_val((x).pgd)) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h41 #define p4d_val(x) ((x).p4d) macro
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c295 p4dval_t p4d_val = __pa_nodebug(kasan_early_shadow_pud) | _KERNPG_TABLE; local
/linux-master/arch/s390/include/asm/
H A Dpage.h110 static inline unsigned long p4d_val(p4d_t p4d) function
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h198 struct paravirt_callee_save p4d_val; member in struct:pv_mmu_ops
H A Dparavirt.h499 static inline p4dval_t p4d_val(p4d_t p4d) function
H A Dpgtable.h103 #define p4d_val(x) native_p4d_val(x) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h51 #define p4d_val(x) ((x).p4d) macro

Completed in 134 milliseconds