Searched refs:usermode (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | subarch.include | 1 # 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.3-rc2/security/ |
A D | Kconfig | 167 bool "Force all usermode helper calls through a single binary" 170 binary programs through the "usermode helper" kernel 180 "real" usermode helper binary, based on the first argument 184 If you wish for all usermode helper programs are to be 189 string "Path to the static usermode helper binary" 191 default "/sbin/usermode-helper" 193 The binary called by the kernel when any usermode helper 198 If you wish for all usermode helper programs to be disabled,
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | e500_mmu_host.c | 48 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) in e500_shadow_mas3_attrib() argument 54 if (!usermode) { in e500_shadow_mas3_attrib()
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A D | kernel.rst | 518 The full path to the usermode helper for autoloading kernel modules, 523 corresponding filesystem module by executing this usermode helper. 524 This usermode helper should insert the needed module into the kernel. 539 execute a usermode helper at all, nor will it call the 543 then the configured static usermode helper overrides this sysctl,
|
/linux-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | core-scheduling.rst | 132 considered depending on whether a VM or a regular usermode process was running
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | emulate.c | 2509 int usermode; in em_sysexit() local 2520 usermode = X86EMUL_MODE_PROT64; in em_sysexit() 2522 usermode = X86EMUL_MODE_PROT32; in em_sysexit() 2530 switch (usermode) { in em_sysexit() 2558 ctxt->mode = usermode; in em_sysexit()
|
A D | x86.c | 11606 tr->usermode = 0; in kvm_arch_vcpu_ioctl_translate()
|
/linux-6.3-rc2/Documentation/driver-api/firmware/ |
A D | fallback-mechanisms.rst | 130 core kernel's usermode helper (UMH) functionality to call out to a userspace
|
/linux-6.3-rc2/Documentation/RCU/Design/Requirements/ |
A D | Requirements.rst | 2141 | | | from usermode. | | 2148 | | | from usermode. | | 2179 CPU is executing in usermode, as discussed 2183 #. If a CPU is either idle or executing in usermode, and RCU believes it 2210 #. If a CPU is either idle or executing in usermode, and RCU believes it 2236 between in-kernel execution, usermode execution, and idle, and as long 2347 whether executing in usermode (which is one use case for
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | kvm.h | 570 __u8 usermode; member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | kvm.h | 570 __u8 usermode; member
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sdm845-cheza.dtsi | 1139 * Hogs prevent usermode from changing the value. A GPIO can be both
|
/linux-6.3-rc2/Documentation/RCU/Design/Memory-Ordering/ |
A D | Tree-RCU-Memory-Ordering.rst | 451 takes a scheduler-clock interrupt while executing in usermode, a
|
/linux-6.3-rc2/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 57 * You can run a usermode kernel as a non-root user (you may need to
|
/linux-6.3-rc2/lib/ |
A D | Kconfig.debug | 2688 support to load modules using the Linux kernel's usermode helper.
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | api.rst | 500 __u8 usermode;
|
Completed in 129 milliseconds