Home
last modified time | relevance | path

Searched refs:usermode (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/scripts/
H A Dsubarch.include1 # SUBARCH tells the usermode build what the underlying arch is. That is set
2 # first, and if a usermode build is happening, the "ARCH=um" on the command
/linux-6.15/security/
H A DKconfig189 bool "Force all usermode helper calls through a single binary"
192 binary programs through the "usermode helper" kernel
202 "real" usermode helper binary, based on the first argument
206 If you wish for all usermode helper programs are to be
211 string "Path to the static usermode helper binary"
213 default "/sbin/usermode-helper"
215 The binary called by the kernel when any usermode helper
220 If you wish for all usermode helper programs to be disabled,
/linux-6.15/tools/testing/selftests/bpf/benchs/
H A Drun_bench_uprobes.sh5 for i in usermode-count syscall-count {uprobe,uretprobe}-{nop,push,ret}
H A Drun_bench_trigger.sh6 usermode-count kernel-count syscall-count \
/linux-6.15/arch/powerpc/kvm/
H A De500_mmu_host.c48 static inline u32 e500_shadow_mas3_attrib(u32 mas3, bool writable, int usermode) in e500_shadow_mas3_attrib() argument
57 if (!usermode) { in e500_shadow_mas3_attrib()
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dkernel.rst582 The full path to the usermode helper for autoloading kernel modules,
587 corresponding filesystem module by executing this usermode helper.
588 This usermode helper should insert the needed module into the kernel.
603 execute a usermode helper at all, nor will it call the
607 then the configured static usermode helper overrides this sysctl,
/linux-6.15/Documentation/security/
H A Dipe.rst193 kernel is booted and usermode starts. That implies some level of storage
194 of the policy to apply the minute usermode starts. Generally, that storage
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h511 __u8 usermode; member
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst132 considered depending on whether a VM or a regular usermode process was running
/linux-6.15/include/uapi/linux/
H A Dkvm.h511 __u8 usermode; member
/linux-6.15/arch/x86/kvm/
H A Demulate.c2487 int usermode; in em_sysexit() local
2498 usermode = X86EMUL_MODE_PROT64; in em_sysexit()
2500 usermode = X86EMUL_MODE_PROT32; in em_sysexit()
2508 switch (usermode) { in em_sysexit()
2536 ctxt->mode = usermode; in em_sysexit()
H A Dx86.c12161 tr->usermode = 0; in kvm_arch_vcpu_ioctl_translate()
/linux-6.15/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst130 core kernel's usermode helper (UMH) functionality to call out to a userspace
/linux-6.15/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2107 | | | from usermode. | |
2114 | | | from usermode. | |
2145 CPU is executing in usermode, as discussed
2149 #. If a CPU is either idle or executing in usermode, and RCU believes it
2176 #. If a CPU is either idle or executing in usermode, and RCU believes it
2202 between in-kernel execution, usermode execution, and idle, and as long
2313 whether executing in usermode (which is one use case for
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsdm845-cheza.dtsi1156 * Hogs prevent usermode from changing the value. A GPIO can be both
/linux-6.15/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst451 takes a scheduler-clock interrupt while executing in usermode, a
/linux-6.15/Documentation/gpu/
H A Ddrm-uapi.rst294 section describes the expectations for DRM and usermode drivers when a
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst57 * You can run a usermode kernel as a non-root user (you may need to
/linux-6.15/lib/
H A DKconfig.debug2995 support to load modules using the Linux kernel's usermode helper.
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst539 __u8 usermode;