Home
last modified time | relevance | path

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

/Linux-v4.19/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
/Linux-v4.19/security/
DKconfig199 bool "Force all usermode helper calls through a single binary"
202 binary programs through the "usermode helper" kernel
212 "real" usermode helper binary, based on the first argument
216 If you wish for all usermode helper programs are to be
221 string "Path to the static usermode helper binary"
223 default "/sbin/usermode-helper"
225 The binary called by the kernel when any usermode helper
230 If you wish for all usermode helper programs to be disabled,
/Linux-v4.19/arch/powerpc/kvm/
De500_mmu_host.c51 static inline u32 e500_shadow_mas3_attrib(u32 mas3, int usermode) in e500_shadow_mas3_attrib() argument
57 if (!usermode) { in e500_shadow_mas3_attrib()
/Linux-v4.19/arch/mips/kvm/
Demulate.c2518 int usermode = !KVM_GUEST_KERNEL_MODE(vcpu); in kvm_mips_handle_ri() local
2524 if (usermode && !(kvm_read_c0_guest_hwrena(cop0) & BIT(rd))) { in kvm_mips_handle_ri()
2671 int usermode = !KVM_GUEST_KERNEL_MODE(vcpu); in kvm_mips_check_privilege() local
2673 if (usermode) { in kvm_mips_check_privilege()
/Linux-v4.19/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst129 core kernel's usermode helper (UMH) functionality to call out to a userspace
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_ppc.h117 extern void kvmppc_mmu_priv_switch(struct kvm_vcpu *vcpu, int usermode);
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h451 __u8 usermode; member
/Linux-v4.19/include/uapi/linux/
Dkvm.h451 __u8 usermode; member
/Linux-v4.19/arch/x86/kvm/
Demulate.c2835 int usermode; in em_sysexit() local
2846 usermode = X86EMUL_MODE_PROT64; in em_sysexit()
2848 usermode = X86EMUL_MODE_PROT32; in em_sysexit()
2856 switch (usermode) { in em_sysexit()
Dx86.c8350 tr->usermode = 0; in kvm_arch_vcpu_ioctl_translate()
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt189 2. You can run a usermode kernel as a non-root user.
2330 OK Linux usermode 2.4.5-9um #1 Wed Jun 20 22:47:08 EDT 2001 i686
4314 and associated usermode tools
/Linux-v4.19/lib/
DKconfig.debug1943 support to load modules using the Linux kernel's usermode helper.
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt408 __u8 usermode;