Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/nouveau/nvif/
H A Dchanc36f.c14 struct nvif_user *usermode = chan->usermode; in nvif_chanc36f_gpfifo_kick() local
21 usermode->func->doorbell(usermode, chan->doorbell_token); in nvif_chanc36f_gpfifo_kick()
65 struct nvif_user *usermode, u32 doorbell_token) in nvif_chanc36f_ctor() argument
74 chan->usermode = usermode; in nvif_chanc36f_ctor()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dchan.h47 struct nvif_user *usermode; member
75 struct nvif_user *usermode, u32 doorbell_token);
/linux/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/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Dga100.c13 .usermode.class = AMPERE_USERMODE_A,
H A Dgh100.c13 .usermode.class = HOPPER_USERMODE_A,
H A Dgb10x.c13 .usermode.class = HOPPER_USERMODE_A,
H A Dtu1xx.c22 .usermode.class = TURING_USERMODE_A,
H A Dad10x.c22 .usermode.class = AMPERE_USERMODE_A,
H A Dga1xx.c22 .usermode.class = AMPERE_USERMODE_A,
H A Dgb20x.c23 .usermode.class = BLACKWELL_USERMODE_A,
H A Dgpu.h23 } usermode; member
/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}
H A Drun_bench_trigger.sh6 usermode-count kernel-count syscall-count \
/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/Documentation/admin-guide/sysctl/
H A Dkernel.rst583 The full path to the usermode helper for autoloading kernel modules,
588 corresponding filesystem module by executing this usermode helper.
589 This usermode helper should insert the needed module into the kernel.
604 execute a usermode helper at all, nor will it call the
608 then the configured static usermode helper overrides this sysctl,
/linux/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/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.h538 __u8 usermode; member
/linux/tools/include/uapi/linux/
H A Dkvm.h512 __u8 usermode; member
/linux/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()
/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/Requirements/
H A DRequirements.rst2235 | | | from usermode. | |
2242 | | | from usermode. | |
2273 CPU is executing in usermode, as discussed
2277 #. If a CPU is either idle or executing in usermode, and RCU believes it
2304 #. If a CPU is either idle or executing in usermode, and RCU believes it
2330 between in-kernel execution, usermode execution, and idle, and as long
2441 whether executing in usermode (which is one use case for
/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/gpu/
H A Ddrm-uapi.rst294 section describes the expectations for DRM and usermode drivers when a
/linux/lib/
H A DKconfig.debug2977 support to load modules using the Linux kernel's usermode helper.

12