Home
last modified time | relevance | path

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

/linux/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/security/
H A DKconfig187 bool "Force all usermode helper calls through a single binary"
190 binary programs through the "usermode helper" kernel
200 "real" usermode helper binary, based on the first argument
204 If you wish for all usermode helper programs are to be
209 string "Path to the static usermode helper binary"
211 default "/sbin/usermode-helper"
213 The binary called by the kernel when any usermode helper
218 If you wish for all usermode helper programs to be disabled,
/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_uprobes.sh5 for i in usermode-count syscall-count {uprobe,uretprobe}-{nop,push,ret,nop5} usdt-nop usdt-nop5
H A Drun_bench_trigger.sh6 usermode-count kernel-count syscall-count \
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dr535.c50 rm->user.base.oclass = gpu->usermode.class; in r535_vfn_new()
/linux/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/drivers/hv/
H A DKconfig107 space to a usermode process in VTL2 and supports getting new VMBus messages and channel
/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst132 considered depending on whether a VM or a regular usermode process was running
/linux/include/uapi/linux/
H A Dkvm.h562 __u8 usermode; member
/linux/tools/include/uapi/linux/
H A Dkvm.h561 __u8 usermode; member
/linux/arch/x86/kvm/
H A Demulate.c2477 int usermode; in em_sysexit() local
2488 usermode = X86EMUL_MODE_PROT64; in em_sysexit()
2490 usermode = X86EMUL_MODE_PROT32; in em_sysexit()
2498 switch (usermode) { in em_sysexit()
2526 ctxt->mode = usermode; in em_sysexit()
H A Dx86.c12695 tr->usermode = 0; in kvm_arch_vcpu_ioctl_translate()
/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst130 core kernel's usermode helper (UMH) functionality to call out to a userspace
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst451 takes a scheduler-clock interrupt while executing in usermode, a
/linux/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/lib/
H A DKconfig.debug3155 support to load modules using the Linux kernel's usermode helper.
/linux/Documentation/virt/kvm/
H A Dapi.rst539 __u8 usermode;