Home
last modified time | relevance | path

Searched refs:p4dval (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dxen.h224 TP_PROTO(p4d_t *p4dp, p4d_t *user_p4dp, p4d_t p4dval),
225 TP_ARGS(p4dp, user_p4dp, p4dval),
229 __field(p4dval_t, p4dval)
233 __entry->p4dval = p4d_val(p4dval)),
236 (int)sizeof(p4dval_t) * 2, (unsigned long long)pgd_val(native_make_pgd(__entry->p4dval)),
237 (int)sizeof(p4dval_t) * 2, (unsigned long long)__entry->p4dval)
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nopud.h40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable-64.h223 static inline void set_p4d(p4d_t *p4d, p4d_t p4dval) in set_p4d() argument
225 *p4d = p4dval; in set_p4d()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt_types.h264 void (*set_p4d)(p4d_t *p4dp, p4d_t p4dval);
/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c5013 p4d_t *p4d, p4dval; in ___handle_speculative_fault() local
5098 p4dval = READ_ONCE(*p4d); in ___handle_speculative_fault()
5099 if (p4d_none(p4dval) || unlikely(p4d_bad(p4dval))) in ___handle_speculative_fault()
5103 if (p4d_val(READ_ONCE(*p4d)) != p4d_val(p4dval)) in ___handle_speculative_fault()