drap             1377 tools/objtool/check.c 	    state->drap)
drap             1394 tools/objtool/check.c 	if (state->drap && state->regs[CFI_BP].base == CFI_BP)
drap             1528 tools/objtool/check.c 				 op->dest.reg == CFI_BP && state->drap) {
drap             1627 tools/objtool/check.c 			if (state->drap && op->dest.reg == CFI_SP &&
drap             1634 tools/objtool/check.c 				state->drap = false;
drap             1659 tools/objtool/check.c 				state->drap = true;
drap             1671 tools/objtool/check.c 			if (!state->drap && op->dest.type == OP_DEST_REG &&
drap             1678 tools/objtool/check.c 			if (state->drap && cfa->base == CFI_BP_INDIRECT &&
drap             1701 tools/objtool/check.c 			if (state->drap && op->src.reg == CFI_BP &&
drap             1710 tools/objtool/check.c 			if (state->drap && op->src.reg == CFI_BP &&
drap             1743 tools/objtool/check.c 		if (state->drap) {
drap             1778 tools/objtool/check.c 		if (state->drap) {
drap             1806 tools/objtool/check.c 		if ((!state->drap && cfa->base != CFI_BP) ||
drap             1807 tools/objtool/check.c 		    (state->drap && cfa->base != state->drap_reg)) {
drap             1818 tools/objtool/check.c 		if (!state->drap) {
drap             1876 tools/objtool/check.c 	} else if (state1->drap != state2->drap ||
drap             1877 tools/objtool/check.c 		 (state1->drap && state1->drap_reg != state2->drap_reg) ||
drap             1878 tools/objtool/check.c 		 (state1->drap && state1->drap_offset != state2->drap_offset)) {
drap             1881 tools/objtool/check.c 			  state1->drap, state1->drap_reg, state1->drap_offset,
drap             1882 tools/objtool/check.c 			  state2->drap, state2->drap_reg, state2->drap_offset);
drap               22 tools/objtool/check.h 	bool drap, end, uaccess, df;