Searched refs:uaccess (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.4/tools/objtool/ |
| D | builtin-check.c | 20 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess; variable 33 OPT_BOOLEAN('a', "uaccess", &uaccess, "enable uaccess checking"),
|
| D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
|
| D | check.c | 497 if (!uaccess) in add_uaccess_safe() 1910 if (state->uaccess && !func_uaccess_safe(insn->call_dest)) { in validate_call() 1975 visited = 1 << state.uaccess; in validate_branch() 2051 if (state.uaccess && !func_uaccess_safe(func)) { in validate_branch() 2056 if (!state.uaccess && func_uaccess_safe(func)) { in validate_branch() 2153 state.uaccess_stack |= state.uaccess; in validate_branch() 2158 state.uaccess = state.uaccess_stack & 1; in validate_branch() 2168 if (state.uaccess) { in validate_branch() 2173 state.uaccess = true; in validate_branch() 2177 if (!state.uaccess && func) { in validate_branch() [all …]
|
| D | check.h | 22 bool drap, end, uaccess, df; member
|
| D | special.c | 114 if (uaccess) in get_alt_entry()
|
| /Linux-v5.4/arch/riscv/lib/ |
| D | Makefile | 5 lib-y += uaccess.o
|
| /Linux-v5.4/arch/hexagon/mm/ |
| D | Makefile | 6 obj-y := init.o ioremap.o uaccess.o vm_fault.o cache.o
|
| /Linux-v5.4/arch/um/kernel/skas/ |
| D | Makefile | 6 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
|
| /Linux-v5.4/arch/s390/lib/ |
| D | Makefile | 6 lib-y += delay.o string.o uaccess.o find.o spinlock.o
|
| /Linux-v5.4/arch/nios2/mm/ |
| D | Makefile | 15 obj-y += uaccess.o
|
| /Linux-v5.4/arch/m68k/lib/ |
| D | Makefile | 10 lib-$(CONFIG_MMU) += uaccess.o
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | head64.S | 51 lam 0,15,.Laregs-.LPG1(%r13) # load acrs needed by uaccess
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | entry-armv.S | 145 .macro svc_entry, stack_hole=0, trace=1, uaccess=1 188 .if \uaccess 201 svc_entry uaccess=0 375 .macro usr_entry, trace=1, uaccess=1
|
| /Linux-v5.4/arch/h8300/include/asm/ |
| D | Kbuild | 50 generic-y += uaccess.h
|
| /Linux-v5.4/Documentation/core-api/ |
| D | mm-api.rst | 8 .. kernel-doc:: arch/x86/include/asm/uaccess.h
|
| /Linux-v5.4/scripts/ |
| D | Makefile.build | 213 objtool_args += --uaccess
|
| /Linux-v5.4/Documentation/watchdog/ |
| D | convert_drivers_to_kernel_api.rst | 111 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
|
| /Linux-v5.4/Documentation/x86/ |
| D | exception-tables.rst | 60 I have picked the get_user macro defined in arch/x86/include/asm/uaccess.h
|
| /Linux-v5.4/Documentation/kernel-hacking/ |
| D | hacking.rst | 274 Defined in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|
| /Linux-v5.4/Documentation/translations/it_IT/kernel-hacking/ |
| D | hacking.rst | 293 Definite in ``include/linux/uaccess.h`` / ``asm/uaccess.h``
|