| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | builtin-check.c | 21 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable 37 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
|
| H A D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats,
|
| H A D | check.c | 930 if (!uaccess) in add_uaccess_safe() 2699 state->uaccess_stack |= state->uaccess; in handle_insn_ops() 2704 state->uaccess = state->uaccess_stack & 1; in handle_insn_ops() 2816 if (state->uaccess && !func_uaccess_safe(insn->call_dest)) { in validate_call() 2850 if (state->uaccess && !func_uaccess_safe(func)) { in validate_return() 2856 if (!state->uaccess && func_uaccess_safe(func)) { in validate_return() 2931 visited = VISITED_BRANCH << state.uaccess; in validate_branch() 3093 if (state.uaccess) { in validate_branch() 3098 state.uaccess = true; in validate_branch() 3102 if (!state.uaccess && func) { in validate_branch() [all …]
|
| H A D | check.h | 16 bool uaccess; member
|
| /OK3568_Linux_fs/kernel/arch/riscv/lib/ |
| H A D | Makefile | 5 lib-$(CONFIG_MMU) += uaccess.o
|
| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | Makefile | 6 obj-y := init.o ioremap.o uaccess.o vm_fault.o cache.o
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/skas/ |
| H A D | Makefile | 6 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | Makefile | 15 obj-y += uaccess.o
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | Makefile | 10 lib-$(CONFIG_MMU) += uaccess.o
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | Makefile | 6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | special.c | 23 if (uaccess) in arch_handle_alternative()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | mm-api.rst | 8 .. kernel-doc:: arch/x86/include/asm/uaccess.h
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | Kbuild | 59 mandatory-y += uaccess.h
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/ |
| H A D | 0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch | 34 arch/arm64/include/asm/uaccess.h
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.lib | 247 $(if $(CONFIG_X86_SMAP), --uaccess,) \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 247 $(if $(CONFIG_X86_SMAP), --uaccess,) \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.lib | 247 $(if $(CONFIG_X86_SMAP), --uaccess,) \
|
| /OK3568_Linux_fs/kernel/Documentation/watchdog/ |
| H A D | convert_drivers_to_kernel_api.rst | 111 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | exception-tables.rst | 60 I have picked the get_user macro defined in arch/x86/include/asm/uaccess.h
|
| /OK3568_Linux_fs/kernel/Documentation/kernel-hacking/ |
| H A D | hacking.rst | 274 Defined in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/ |
| H A D | hacking.rst | 293 Definite in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd_250.5.bb | 558 ${rootlibexecdir}/udev/rules.d/70-uaccess.rules \
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Kconfig | 1806 # Required for tag checking in the uaccess routines
|