Home
last modified time | relevance | path

Searched refs:bndreg (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/trace/
Dmpx.h15 const struct mpx_bndreg *bndreg),
16 TP_ARGS(addr_referenced, bndreg),
26 __entry->lower_bound = bndreg->lower_bound;
27 __entry->upper_bound = bndreg->upper_bound;
/arch/x86/mm/
Dmpx.c243 const struct mpx_bndreg *bndreg; in mpx_generate_siginfo() local
270 bndreg = &bndregs->bndreg[bndregno]; in mpx_generate_siginfo()
287 info->si_lower = (void __user *)(unsigned long)bndreg->lower_bound; in mpx_generate_siginfo()
288 info->si_upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_generate_siginfo()
302 trace_mpx_bounds_register_exception(info->si_addr, bndreg); in mpx_generate_siginfo()
/arch/x86/include/asm/fpu/
Dtypes.h173 struct mpx_bndreg bndreg[4]; member