Home
last modified time | relevance | path

Searched defs:p4d_val (Results 1 – 4 of 4) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable-nop4d.h40 #define p4d_val(x) (pgd_val((x).pgd)) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h49 #define p4d_val(x) ((x).p4d) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h49 #define p4d_val(x) ((x).p4d) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h103 #define p4d_val(x) native_p4d_val(x) macro