uaccess            20 tools/objtool/builtin-check.c bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
uaccess            33 tools/objtool/builtin-check.c 	OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
uaccess            11 tools/objtool/builtin.h extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
uaccess           498 tools/objtool/check.c 	if (!uaccess)
uaccess          1908 tools/objtool/check.c 	if (state->uaccess && !func_uaccess_safe(insn->call_dest)) {
uaccess          1973 tools/objtool/check.c 		visited = 1 << state.uaccess;
uaccess          2049 tools/objtool/check.c 			if (state.uaccess && !func_uaccess_safe(func)) {
uaccess          2054 tools/objtool/check.c 			if (!state.uaccess && func_uaccess_safe(func)) {
uaccess          2151 tools/objtool/check.c 				state.uaccess_stack  |= state.uaccess;
uaccess          2156 tools/objtool/check.c 					state.uaccess = state.uaccess_stack & 1;
uaccess          2166 tools/objtool/check.c 			if (state.uaccess) {
uaccess          2171 tools/objtool/check.c 			state.uaccess = true;
uaccess          2175 tools/objtool/check.c 			if (!state.uaccess && func) {
uaccess          2185 tools/objtool/check.c 			state.uaccess = false;
uaccess          2387 tools/objtool/check.c 			state.uaccess = func->uaccess_safe;
uaccess            22 tools/objtool/check.h 	bool drap, end, uaccess, df;
uaccess           114 tools/objtool/special.c 			if (uaccess)