Home
last modified time | relevance | path

Searched defs:p4d_val (Results 1 – 5 of 5) 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/x86/mm/
H A Dkasan_init_64.c294 p4dval_t p4d_val = __pa_nodebug(kasan_early_shadow_pud) | _KERNPG_TABLE; in kasan_early_init() local
/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