Searched refs:uaccess (Results 1 – 5 of 5) sorted by relevance
/tools/objtool/ |
D | builtin-check.c | 22 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable 43 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
|
D | check.c | 947 if (!uaccess) in add_uaccess_safe() 2822 state->uaccess_stack |= state->uaccess; in handle_insn_ops() 2827 state->uaccess = state->uaccess_stack & 1; in handle_insn_ops() 2939 if (state->uaccess && !func_uaccess_safe(insn->call_dest)) { in validate_call() 2973 if (state->uaccess && !func_uaccess_safe(func)) { in validate_return() 2979 if (!state->uaccess && func_uaccess_safe(func)) { in validate_return() 3054 visited = VISITED_BRANCH << state.uaccess; in validate_branch() 3216 if (state.uaccess) { in validate_branch() 3221 state.uaccess = true; in validate_branch() 3225 if (!state.uaccess && func) { in validate_branch() [all …]
|
/tools/objtool/include/objtool/ |
D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats,
|
D | check.h | 16 bool uaccess; member
|
/tools/objtool/arch/x86/ |
D | special.c | 23 if (uaccess) in arch_handle_alternative()
|