Home
last modified time | relevance | path

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

1234

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dcmm.c50 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()
/openbmc/linux/arch/loongarch/kernel/
H A Duprobes.c27 auprobe->simulate = true; in arch_uprobe_analyze_insn()
30 auprobe->simulate = false; in arch_uprobe_analyze_insn()
57 if (auprobe->simulate) in arch_uprobe_post_xol()
88 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
/openbmc/linux/arch/arm64/kernel/probes/
H A DMakefile4 simulate-insn.o
6 simulate-insn.o
H A Duprobes.c52 auprobe->simulate = true; in arch_uprobe_analyze_insn()
108 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
/openbmc/linux/arch/csky/kernel/probes/
H A DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
H A Duprobes.c38 auprobe->simulate = true; in arch_uprobe_analyze_insn()
89 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
/openbmc/linux/arch/riscv/kernel/probes/
H A DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
H A Duprobes.c45 auprobe->simulate = true; in arch_uprobe_analyze_insn()
49 auprobe->simulate = false; in arch_uprobe_analyze_insn()
96 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
/openbmc/linux/drivers/usb/cdns3/
H A Ddrd.h30 __le32 simulate; member
54 __le32 simulate; member
71 __le32 simulate; member
H A Ddrd.c416 writel(1, &cdns->otg_v0_regs->simulate); in cdns_drd_init()
435 writel(1, &cdns->otg_v1_regs->simulate); in cdns_drd_init()
504 if (!(readl(&cdns->otg_v0_regs->simulate) & BIT(0))) in cdns_power_is_lost()
507 if (!(readl(&cdns->otg_v1_regs->simulate) & BIT(0))) in cdns_power_is_lost()
/openbmc/linux/arch/arm64/include/asm/
H A Duprobes.h28 bool simulate; member
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c50 if (!auprobe->simulate) in arch_uprobe_skip_sstep()
94 auprobe->simulate = true; in arch_uprobe_analyze_insn()
/openbmc/linux/arch/csky/include/asm/
H A Duprobes.h27 bool simulate; member
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlirc_options.conf13 allow-simulate = No
/openbmc/linux/arch/loongarch/include/asm/
H A Duprobes.h21 bool simulate; member
/openbmc/linux/arch/riscv/include/asm/
H A Duprobes.h34 bool simulate; member
/openbmc/linux/arch/arm/include/asm/
H A Duprobes.h31 bool simulate; member
/openbmc/qemu/docs/system/ppc/
H A Dprep.rst4 Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP)
H A Dpowermac.rst4 Use the executable ``qemu-system-ppc`` to simulate a complete PowerMac
/openbmc/qemu/docs/system/
H A Dtarget-m68k.rst6 Use the executable ``qemu-system-m68k`` to simulate a ColdFire machine.
H A Dtarget-rx.rst6 Use the executable ``qemu-system-rx`` to simulate RX target (GDB simulator).
H A Dtarget-sparc64.rst6 Use the executable ``qemu-system-sparc64`` to simulate a Sun4u
/openbmc/linux/Documentation/input/
H A 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
/openbmc/linux/Documentation/networking/mac80211_hwsim/
H A 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:
/openbmc/linux/arch/x86/ras/
H A DKconfig22 simulate an error in a particular page frame. "array" is a read-only

1234