Home
last modified time | relevance | path

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

12

/linux/samples/rust/
H A Drust_debugfs_scoped.rs34 reader: &mut kernel::uaccess::UserSliceReader, in remove_file_write()
56 reader: &mut kernel::uaccess::UserSliceReader, in create_file_write()
/linux/arch/hexagon/mm/
H A DMakefile6 obj-y := init.o uaccess.o vm_fault.o cache.o
/linux/arch/nios2/mm/
H A DMakefile15 obj-y += uaccess.o
/linux/tools/objtool/include/objtool/
H A Dbuiltin.h29 bool uaccess;
26 bool uaccess; global() member
/linux/arch/riscv/lib/
H A DMakefile18 lib-$(CONFIG_MMU) += uaccess.o
/linux/tools/objtool/
H A Dbuiltin-check.c92 OPT_BOOLEAN('u', "uaccess", &opts.uaccess, "validate uaccess rules for SMAP"),
194 opts.uaccess) { in copy_file()
H A Dcheck.c1313 if (!opts.uaccess) in add_uaccess_safe()
2635 opts.uaccess || in validate_branch_enabled()
3354 if (!opts.uaccess || !insn->alt_group) in handle_insn_ops()
3366 state->uaccess_stack |= state->uaccess; in handle_insn_ops()
3371 state->uaccess = state->uaccess_stack & 1; in handle_insn_ops()
3539 if (state->uaccess && !func_uaccess_safe(insn_call_dest(insn))) { in validate_call()
3571 if (state->uaccess && !func_uaccess_safe(func)) { in validate_return()
3576 if (!state->uaccess && func_uaccess_safe(func)) { in validate_return()
3768 visited = VISITED_BRANCH << statep->uaccess; in validate_insn()
3948 if (!opts.uaccess) in validate_insn()
[all …]
/linux/rust/kernel/
H A Dprelude.rs103 uaccess::UserPtr,
H A Dlib.rs133 pub mod uaccess; module
H A Ddebugfs.rs17 uaccess::UserSliceReader, //
H A Ddma.rs24 uaccess::UserSliceWriter,
/linux/arch/um/kernel/skas/
H A DMakefile6 obj-y := stub.o mmu.o process.o syscall.o uaccess.o \
/linux/Documentation/translations/zh_CN/core-api/
H A Dmm-api.rst27 arch/x86/include/asm/uaccess.h
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs15 uaccess::UserSliceReader, //
H A Dtraits.rs25 uaccess::{
H A Dfile_ops.rs18 uaccess::UserSlice, //
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst233 定义于 ``include/linux/uaccess.h`` / ``asm/uaccess.h``
/linux/drivers/android/binder/
H A Dfreeze.rs13 uaccess::UserSliceReader,
H A Dallocation.rs14 uaccess::UserSliceReader,
H A Drust_binder_main.rs29 uaccess::UserSliceWriter,
H A Dpage_range.rs37 uaccess::UserSliceReader,
/linux/scripts/
H A DMakefile.lib201 objtool-args-$(CONFIG_HAVE_UACCESS_VALIDATION) += --uaccess
/linux/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst110 - #include <linux/uaccess.h> (if no custom IOCTLs are used)
/linux/Documentation/arch/x86/
H A Dexception-tables.rst60 I have picked the get_user() macro defined in arch/x86/include/asm/uaccess.h
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst292 Definite in ``include/linux/uaccess.h`` / ``asm/uaccess.h``

12