/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | cmm.c | 50 static bool __read_mostly simulate; variable 75 module_param_named(simulate, simulate, bool, 0444); 76 MODULE_PARM_DESC(simulate, "Enable simulation mode (no communication with hw)."); 97 if (unlikely(simulate)) in plpar_page_set_loaned() 117 if (unlikely(simulate)) in plpar_page_set_active() 243 if (likely(!simulate)) { in cmm_get_mpp() 412 if (!simulate) in cmm_sysfs_register() 572 if (!firmware_has_feature(FW_FEATURE_CMO) && !simulate) in cmm_init()
|
/linux-6.1.9/arch/arm64/kernel/probes/ |
D | Makefile | 4 simulate-insn.o 6 simulate-insn.o
|
D | uprobes.c | 52 auprobe->simulate = true; in arch_uprobe_analyze_insn() 108 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
|
/linux-6.1.9/arch/riscv/kernel/probes/ |
D | Makefile | 2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
D | uprobes.c | 39 auprobe->simulate = true; in arch_uprobe_analyze_insn() 43 auprobe->simulate = false; in arch_uprobe_analyze_insn() 89 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
|
/linux-6.1.9/arch/csky/kernel/probes/ |
D | Makefile | 2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o 5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
|
D | uprobes.c | 38 auprobe->simulate = true; in arch_uprobe_analyze_insn() 88 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
|
/linux-6.1.9/drivers/usb/cdns3/ |
D | drd.h | 30 __le32 simulate; member 54 __le32 simulate; member 71 __le32 simulate; member
|
D | drd.c | 411 writel(1, &cdns->otg_v0_regs->simulate); in cdns_drd_init() 428 writel(1, &cdns->otg_v1_regs->simulate); in cdns_drd_init() 487 if (!(readl(&cdns->otg_v0_regs->simulate) & BIT(0))) in cdns_power_is_lost() 490 if (!(readl(&cdns->otg_v1_regs->simulate) & BIT(0))) in cdns_power_is_lost()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | uprobes.h | 30 bool simulate; member
|
/linux-6.1.9/arch/arm/probes/uprobes/ |
D | core.c | 50 if (!auprobe->simulate) in arch_uprobe_skip_sstep() 94 auprobe->simulate = true; in arch_uprobe_analyze_insn()
|
/linux-6.1.9/arch/csky/include/asm/ |
D | uprobes.h | 27 bool simulate; member
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | uprobes.h | 34 bool simulate; member
|
/linux-6.1.9/arch/arm/include/asm/ |
D | uprobes.h | 31 bool simulate; member
|
/linux-6.1.9/Documentation/input/ |
D | ff.rst | 84 - 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-6.1.9/Documentation/networking/mac80211_hwsim/ |
D | mac80211_hwsim.rst | 20 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-6.1.9/arch/x86/ras/ |
D | Kconfig | 22 simulate an error in a particular page frame. "array" is a read-only
|
/linux-6.1.9/drivers/usb/isp1760/ |
D | Kconfig | 14 where the chip itself is behind a PLB to simulate such
|
/linux-6.1.9/Documentation/xtensa/ |
D | atomctl.rst | 19 On the FPGA Cards we typically simulate an Intelligent Memory controller
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | log-writes.rst | 26 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-6.1.9/drivers/block/drbd/ |
D | Kconfig | 47 Say Y here if you want to simulate IO errors, in order to test DRBD's
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ |
D | vidtv.rst | 97 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-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-papr-pmem | 73 used to simulate various health or shutdown states for an nvdimm
|
/linux-6.1.9/arch/xtensa/kernel/ |
D | vectors.S | 678 j _KernelExceptionVector # simulate kernel vector exception 680 j _UserExceptionVector # simulate user vector exception
|
/linux-6.1.9/Documentation/gpu/ |
D | vkms.rst | 38 The VKMS driver has optional features to simulate different kinds of hardware, 177 sharing support, so that we can use vgem fences to simulate rendering in
|