Searched refs:uaccess (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.15/tools/objtool/ |
D | builtin-check.c | 22 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable 41 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
|
D | check.c | 761 if (!uaccess) in add_uaccess_safe() 2494 state->uaccess_stack |= state->uaccess; in handle_insn_ops() 2499 state->uaccess = state->uaccess_stack & 1; in handle_insn_ops() 2606 if (state->uaccess && !func_uaccess_safe(insn->call_dest)) { in validate_call() 2640 if (state->uaccess && !func_uaccess_safe(func)) { in validate_return() 2646 if (!state->uaccess && func_uaccess_safe(func)) { in validate_return() 2721 visited = 1 << state.uaccess; in validate_branch() 2832 if (state.uaccess) { in validate_branch() 2837 state.uaccess = true; in validate_branch() 2841 if (!state.uaccess && func) { in validate_branch() [all …]
|
/Linux-v5.15/arch/hexagon/mm/ |
D | Makefile | 6 obj-y := init.o ioremap.o uaccess.o vm_fault.o cache.o
|
/Linux-v5.15/arch/riscv/lib/ |
D | Makefile | 6 lib-$(CONFIG_MMU) += uaccess.o
|
/Linux-v5.15/arch/um/kernel/skas/ |
D | Makefile | 6 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
|
/Linux-v5.15/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
|
/Linux-v5.15/arch/nios2/mm/ |
D | Makefile | 15 obj-y += uaccess.o
|
/Linux-v5.15/arch/m68k/lib/ |
D | Makefile | 10 lib-$(CONFIG_MMU) += uaccess.o
|
/Linux-v5.15/arch/s390/lib/ |
D | Makefile | 6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
|
/Linux-v5.15/tools/objtool/arch/x86/ |
D | special.c | 23 if (uaccess) in arch_handle_alternative()
|
/Linux-v5.15/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 347 .macro usr_entry, trace=1, uaccess=1
|
/Linux-v5.15/Documentation/core-api/ |
D | mm-api.rst | 8 .. kernel-doc:: arch/x86/include/asm/uaccess.h
|
/Linux-v5.15/include/asm-generic/ |
D | Kbuild | 59 mandatory-y += uaccess.h
|
/Linux-v5.15/Documentation/translations/zh_CN/kernel-hacking/ |
D | hacking.rst | 234 定义于 ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
/Linux-v5.15/scripts/ |
D | Makefile.lib | 243 $(if $(CONFIG_X86_SMAP), --uaccess) \
|
/Linux-v5.15/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.rst | 111 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
|
/Linux-v5.15/Documentation/x86/ |
D | exception-tables.rst | 60 I have picked the get_user macro defined in arch/x86/include/asm/uaccess.h
|
/Linux-v5.15/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 293 Definite in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
/Linux-v5.15/Documentation/kernel-hacking/ |
D | hacking.rst | 274 Defined in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
/Linux-v5.15/arch/arm64/ |
D | Kconfig | 1652 # Required for tag checking in the uaccess routines
|