Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/trace/
Dmpx.h14 const struct mpx_bndreg *bndreg),
15 TP_ARGS(addr_referenced, bndreg),
25 __entry->lower_bound = bndreg->lower_bound;
26 __entry->upper_bound = bndreg->upper_bound;
/linux-4.4.14/arch/x86/mm/
Dmpx.c241 const struct mpx_bndreg *bndreg; in mpx_generate_siginfo() local
268 bndreg = &bndregs->bndreg[bndregno]; in mpx_generate_siginfo()
285 info->si_lower = (void __user *)(unsigned long)bndreg->lower_bound; in mpx_generate_siginfo()
286 info->si_upper = (void __user *)(unsigned long)~bndreg->upper_bound; in mpx_generate_siginfo()
300 trace_mpx_bounds_register_exception(info->si_addr, bndreg); in mpx_generate_siginfo()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h165 struct mpx_bndreg bndreg[4]; member