Home
last modified time | relevance | path

Searched refs:simulate (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.10/arch/powerpc/platforms/pseries/
Dcmm.c53 static bool __read_mostly simulate; variable
78 module_param_named(simulate, simulate, bool, 0444);
79 MODULE_PARM_DESC(simulate, "Enable simulation mode (no communication with hw).");
100 if (unlikely(simulate)) in plpar_page_set_loaned()
120 if (unlikely(simulate)) in plpar_page_set_active()
246 if (likely(!simulate)) { in cmm_get_mpp()
415 if (!simulate) in cmm_sysfs_register()
624 if (!firmware_has_feature(FW_FEATURE_CMO) && !simulate) in cmm_init()
/Linux-v5.10/arch/arm64/kernel/probes/
DMakefile4 simulate-insn.o
6 simulate-insn.o
Duprobes.c52 auprobe->simulate = true; in arch_uprobe_analyze_insn()
108 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
/Linux-v5.10/arch/csky/kernel/probes/
DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
Duprobes.c38 auprobe->simulate = true; in arch_uprobe_analyze_insn()
88 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
/Linux-v5.10/drivers/usb/cdns3/
Ddrd.h31 __le32 simulate; member
55 __le32 simulate; member
Ddrd.c363 writel(1, &cdns->otg_v0_regs->simulate); in cdns3_drd_init()
371 writel(1, &cdns->otg_v1_regs->simulate); in cdns3_drd_init()
/Linux-v5.10/arch/arm64/include/asm/
Duprobes.h30 bool simulate; member
/Linux-v5.10/arch/csky/include/asm/
Duprobes.h27 bool simulate; member
/Linux-v5.10/arch/arm/probes/uprobes/
Dcore.c50 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
94 auprobe->simulate = true; in arch_uprobe_analyze_insn()
/Linux-v5.10/arch/arm/include/asm/
Duprobes.h31 bool simulate; member
/Linux-v5.10/Documentation/input/
Dff.rst84 - FF_SPRING can simulate the presence of a spring
85 - FF_FRICTION can simulate friction
86 - FF_DAMPER can simulate damper effects
88 - FF_INERTIA can simulate inertia
/Linux-v5.10/Documentation/networking/mac80211_hwsim/
Dmac80211_hwsim.rst20 mac80211_hwsim is a Linux kernel module that can be used to simulate
57 This example shows how to use mac80211_hwsim to simulate two radios:
/Linux-v5.10/arch/x86/ras/
DKconfig22 simulate an error in a particular page frame. "array" is a read-only
/Linux-v5.10/drivers/usb/isp1760/
DKconfig13 where the chip itself is behind a PLB to simulate such
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/
Dbq24190.txt32 charge current on USB SDP ports, among other features). To simulate this on
/Linux-v5.10/Documentation/xtensa/
Datomctl.rst19 On the FPGA Cards we typically simulate an Intelligent Memory controller
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dlog-writes.rst26 simulate the worst case scenario with regard to power failures. Consider the
35 Again this is to simulate what is actually on disk, this allows us to detect
/Linux-v5.10/drivers/block/drbd/
DKconfig47 Say Y here if you want to simulate IO errors, in order to test DRBD's
/Linux-v5.10/Documentation/driver-api/media/drivers/
Dvidtv.rst97 Valid DVB-T frequencies to simulate, in Hz.
100 Valid DVB-C frequencies to simulate, in Hz.
103 Valid DVB-S/S2 frequencies to simulate at Ku-Band, in kHz.
479 A nice addition is to simulate some noise when the signal quality is bad by:
/Linux-v5.10/arch/xtensa/kernel/
Dvectors.S698 j _KernelExceptionVector # simulate kernel vector exception
700 j _UserExceptionVector # simulate user vector exception
/Linux-v5.10/tools/testing/selftests/arm64/signal/
DREADME32 is placed on the stack and a sigreturn syscall is called to simulate a
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-trackpoint99 Select functions like tapping the control stick to simulate a
/Linux-v5.10/Documentation/gpu/
Dvkms.rst90 sharing support, so that we can use vgem fences to simulate rendering in
/Linux-v5.10/tools/perf/Documentation/
Dperf-sched.txt26 'perf sched replay' to simulate the workload that was recorded

12