Searched refs:uaccess (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/tools/objtool/ |
D | builtin-check.c | 21 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, validate_dup, vmlinux; variable 34 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
|
D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, validate_dup, vmli…
|
D | check.h | 16 bool uaccess; member
|
D | check.c | 710 if (!uaccess) in add_uaccess_safe() 2214 state->uaccess_stack |= state->uaccess; in handle_insn_ops() 2219 state->uaccess = state->uaccess_stack & 1; in handle_insn_ops() 2326 if (state->uaccess && !func_uaccess_safe(insn->call_dest)) { in validate_call() 2360 if (state->uaccess && !func_uaccess_safe(func)) { in validate_return() 2366 if (!state->uaccess && func_uaccess_safe(func)) { in validate_return() 2449 visited = 1 << state.uaccess; in validate_branch() 2565 if (state.uaccess) { in validate_branch() 2570 state.uaccess = true; in validate_branch() 2574 if (!state.uaccess && func) { in validate_branch() [all …]
|
/Linux-v5.10/arch/riscv/lib/ |
D | Makefile | 5 lib-$(CONFIG_MMU) += uaccess.o
|
/Linux-v5.10/arch/hexagon/mm/ |
D | Makefile | 6 obj-y := init.o ioremap.o uaccess.o vm_fault.o cache.o
|
/Linux-v5.10/arch/um/kernel/skas/ |
D | Makefile | 6 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
|
/Linux-v5.10/arch/nios2/mm/ |
D | Makefile | 15 obj-y += uaccess.o
|
/Linux-v5.10/arch/m68k/lib/ |
D | Makefile | 10 lib-$(CONFIG_MMU) += uaccess.o
|
/Linux-v5.10/arch/s390/lib/ |
D | Makefile | 6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
|
/Linux-v5.10/tools/objtool/arch/x86/ |
D | special.c | 23 if (uaccess) in arch_handle_alternative()
|
/Linux-v5.10/arch/arm/kernel/ |
D | entry-armv.S | 146 .macro svc_entry, stack_hole=0, trace=1, uaccess=1 183 uaccess_entry tsk, r0, r1, r2, \uaccess 194 svc_entry uaccess=0 368 .macro usr_entry, trace=1, uaccess=1
|
/Linux-v5.10/Documentation/core-api/ |
D | mm-api.rst | 8 .. kernel-doc:: arch/x86/include/asm/uaccess.h
|
/Linux-v5.10/include/asm-generic/ |
D | Kbuild | 58 mandatory-y += uaccess.h
|
/Linux-v5.10/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.rst | 111 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
|
/Linux-v5.10/scripts/ |
D | Makefile.build | 231 objtool_args += --uaccess
|
/Linux-v5.10/Documentation/x86/ |
D | exception-tables.rst | 60 I have picked the get_user macro defined in arch/x86/include/asm/uaccess.h
|
/Linux-v5.10/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 293 Definite in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
/Linux-v5.10/Documentation/kernel-hacking/ |
D | hacking.rst | 274 Defined in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|