bndregno          127 arch/x86/mm/mpx.c 	uint8_t bndregno;
bndregno          139 arch/x86/mm/mpx.c 	bndregno = X86_MODRM_REG(insn.modrm.value);
bndregno          140 arch/x86/mm/mpx.c 	if (bndregno > 3) {
bndregno          151 arch/x86/mm/mpx.c 	bndreg = &bndregs->bndreg[bndregno];