Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
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
/kernel/linux/linux-5.10/security/
DKconfig191 bool "Force all usermode helper calls through a single binary"
194 binary programs through the "usermode helper" kernel
204 "real" usermode helper binary, based on the first argument
208 If you wish for all usermode helper programs are to be
213 string "Path to the static usermode helper binary"
215 default "/sbin/usermode-helper"
217 The binary called by the kernel when any usermode helper
222 If you wish for all usermode helper programs to be disabled,
/kernel/linux/linux-5.10/arch/powerpc/kvm/
De500_mmu_host.c48 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()
/kernel/linux/linux-5.10/arch/mips/kvm/
Demulate.c2887 int usermode = !KVM_GUEST_KERNEL_MODE(vcpu); in kvm_mips_handle_ri() local
2893 if (usermode && !(kvm_read_c0_guest_hwrena(cop0) & BIT(rd))) { in kvm_mips_handle_ri()
3135 int usermode = !KVM_GUEST_KERNEL_MODE(vcpu); in kvm_mips_check_privilege() local
3137 if (usermode) { in kvm_mips_check_privilege()
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dkernel.rst485 The full path to the usermode helper for autoloading kernel modules,
489 the corresponding filesystem module by executing this usermode helper.
490 This usermode helper should insert the needed module into the kernel.
505 execute a usermode helper at all, nor will it call the
509 then the configured static usermode helper overrides this sysctl,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_ppc.h107 extern void kvmppc_mmu_priv_switch(struct kvm_vcpu *vcpu, int usermode);
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkvm.h361 __u8 usermode; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dkvm.h491 __u8 usermode; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkvm.h374 __u8 usermode; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dkvm.h491 __u8 usermode; member
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst130 core kernel's usermode helper (UMH) functionality to call out to a userspace
/kernel/linux/linux-5.10/arch/x86/kvm/
Demulate.c2940 int usermode; in em_sysexit() local
2951 usermode = X86EMUL_MODE_PROT64; in em_sysexit()
2953 usermode = X86EMUL_MODE_PROT32; in em_sysexit()
2961 switch (usermode) { in em_sysexit()
2989 ctxt->mode = usermode; in em_sysexit()
Dx86.c10078 tr->usermode = 0; in kvm_arch_vcpu_ioctl_translate()
/kernel/linux/linux-5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst2111 | | | from usermode. | |
2118 | | | from usermode. | |
2149 CPU is executing in usermode, as discussed
2153 #. If a CPU is either idle or executing in usermode, and RCU believes it
2180 #. If a CPU is either idle or executing in usermode, and RCU believes it
2206 between in-kernel execution, usermode execution, and idle, and as long
2317 whether executing in usermode (which is one use case for
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsdm845-cheza.dtsi1063 * Hogs prevent usermode from changing the value. A GPIO can be both
/kernel/linux/linux-5.10/Documentation/RCU/Design/Memory-Ordering/
DTree-RCU-Memory-Ordering.rst427 takes a scheduler-clock interrupt while executing in usermode, a
/kernel/linux/linux-5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst57 * You can run a usermode kernel as a non-root user (you may need to
/kernel/linux/linux-5.10/lib/
DKconfig.debug2355 support to load modules using the Linux kernel's usermode helper.
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dapi.rst510 __u8 usermode;