Home
last modified time | relevance | path

Searched refs:uaccess (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dbuiltin-check.c21 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable
37 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
H A Dbuiltin.h11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats,
H A Dcheck.c930 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 Dcheck.h16 bool uaccess; member
/OK3568_Linux_fs/kernel/arch/riscv/lib/
H A DMakefile5 lib-$(CONFIG_MMU) += uaccess.o
/OK3568_Linux_fs/kernel/arch/hexagon/mm/
H A DMakefile6 obj-y := init.o ioremap.o uaccess.o vm_fault.o cache.o
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A DMakefile6 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A DMakefile15 obj-y += uaccess.o
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A DMakefile10 lib-$(CONFIG_MMU) += uaccess.o
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A DMakefile6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Dspecial.c23 if (uaccess) in arch_handle_alternative()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-armv.S146 .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 Dmm-api.rst8 .. kernel-doc:: arch/x86/include/asm/uaccess.h
/OK3568_Linux_fs/kernel/include/asm-generic/
H A DKbuild59 mandatory-y += uaccess.h
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch34 arch/arm64/include/asm/uaccess.h
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.lib247 $(if $(CONFIG_X86_SMAP), --uaccess,) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.lib247 $(if $(CONFIG_X86_SMAP), --uaccess,) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.lib247 $(if $(CONFIG_X86_SMAP), --uaccess,) \
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst111 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dexception-tables.rst60 I have picked the get_user macro defined in arch/x86/include/asm/uaccess.h
/OK3568_Linux_fs/kernel/Documentation/kernel-hacking/
H A Dhacking.rst274 Defined in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst293 Definite in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd_250.5.bb558 ${rootlibexecdir}/udev/rules.d/70-uaccess.rules \
/OK3568_Linux_fs/kernel/arch/arm64/
H A DKconfig1806 # Required for tag checking in the uaccess routines