| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | chanc36f.c | 14 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/scripts/ |
| H 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/security/ |
| H A D | Kconfig | 189 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/include/nvif/ |
| H A D | chan.h | 47 struct nvif_user *usermode; member 75 struct nvif_user *usermode, u32 doorbell_token);
|
| /linux/arch/riscv/configs/ |
| H A D | hardening.config | 3 # Enable control flow integrity support for usermode.
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/ |
| H A D | ga100.c | 13 .usermode.class = AMPERE_USERMODE_A,
|
| H A D | gb10x.c | 13 .usermode.class = HOPPER_USERMODE_A,
|
| H A D | gh100.c | 13 .usermode.class = HOPPER_USERMODE_A,
|
| H A D | tu1xx.c | 22 .usermode.class = TURING_USERMODE_A,
|
| H A D | ad10x.c | 22 .usermode.class = AMPERE_USERMODE_A,
|
| H A D | ga1xx.c | 22 .usermode.class = AMPERE_USERMODE_A,
|
| H A D | gb20x.c | 23 .usermode.class = BLACKWELL_USERMODE_A,
|
| H A D | gpu.h | 23 } usermode; member
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | run_bench_uprobes.sh | 5 for i in usermode-count syscall-count {uprobe,uretprobe}-{nop,push,ret,nop5}
|
| H A D | run_bench_trigger.sh | 6 usermode-count kernel-count syscall-count \
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
| H A D | r535.c | 50 rm->user.base.oclass = gpu->usermode.class; in r535_vfn_new()
|
| /linux/arch/powerpc/kvm/ |
| H A D | e500_mmu_host.c | 48 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 D | Kconfig | 107 space to a usermode process in VTL2 and supports getting new VMBus messages and channel
|
| /linux/Documentation/security/ |
| H A D | ipe.rst | 193 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/sysctl/ |
| H A D | kernel.rst | 606 The full path to the usermode helper for autoloading kernel modules, 611 corresponding filesystem module by executing this usermode helper. 612 This usermode helper should insert the needed module into the kernel. 627 execute a usermode helper at all, nor will it call the 631 then the configured static usermode helper overrides this sysctl,
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 132 considered depending on whether a VM or a regular usermode process was running
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 561 __u8 usermode; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 561 __u8 usermode; member
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 2464 int usermode; in em_sysexit() local 2475 usermode = X86EMUL_MODE_PROT64; in em_sysexit() 2477 usermode = X86EMUL_MODE_PROT32; in em_sysexit() 2485 switch (usermode) { in em_sysexit() 2513 ctxt->mode = usermode; in em_sysexit()
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fallback-mechanisms.rst | 130 core kernel's usermode helper (UMH) functionality to call out to a userspace
|