Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
Dpgtable-types.h41 #define p4d_val(x) ((x).p4d) macro
/linux-6.15/include/asm-generic/
Dpgtable-nop4d.h40 #define p4d_val(x) (pgd_val((x).pgd)) macro
/linux-6.15/arch/x86/mm/
Dkasan_init_64.c294 p4dval_t p4d_val = __pa_nodebug(kasan_early_shadow_pud) | _KERNPG_TABLE; in kasan_early_init() local
/linux-6.15/arch/riscv/include/asm/
Dpgtable-64.h49 #define p4d_val(x) ((x).p4d) macro
/linux-6.15/arch/x86/include/asm/
Dparavirt.h487 static inline p4dval_t p4d_val(p4d_t p4d) in p4d_val() function
Dparavirt_types.h193 struct paravirt_callee_save p4d_val; member
Dpgtable.h103 #define p4d_val(x) native_p4d_val(x) macro