bndreg 173 arch/x86/include/asm/fpu/types.h struct mpx_bndreg bndreg[4]; bndreg 15 arch/x86/include/asm/trace/mpx.h const struct mpx_bndreg *bndreg), bndreg 16 arch/x86/include/asm/trace/mpx.h TP_ARGS(addr_referenced, bndreg), bndreg 26 arch/x86/include/asm/trace/mpx.h __entry->lower_bound = bndreg->lower_bound; bndreg 27 arch/x86/include/asm/trace/mpx.h __entry->upper_bound = bndreg->upper_bound; bndreg 125 arch/x86/mm/mpx.c const struct mpx_bndreg *bndreg; bndreg 151 arch/x86/mm/mpx.c bndreg = &bndregs->bndreg[bndregno]; bndreg 163 arch/x86/mm/mpx.c info->lower = (void __user *)(unsigned long)bndreg->lower_bound; bndreg 164 arch/x86/mm/mpx.c info->upper = (void __user *)(unsigned long)~bndreg->upper_bound; bndreg 175 arch/x86/mm/mpx.c trace_mpx_bounds_register_exception(info->addr, bndreg);