/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A 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()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | uprobes.c | 27 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 D | Makefile | 4 simulate-insn.o 6 simulate-insn.o
|
H A D | uprobes.c | 52 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 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
|
H A D | uprobes.c | 38 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 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
|
H A D | uprobes.c | 45 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 D | drd.h | 30 __le32 simulate; member 54 __le32 simulate; member 71 __le32 simulate; member
|
H A D | drd.c | 416 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 D | uprobes.h | 28 bool simulate; member
|
/openbmc/linux/arch/arm/probes/uprobes/ |
H A D | core.c | 50 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 D | uprobes.h | 27 bool simulate; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lirc_options.conf | 13 allow-simulate = No
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | uprobes.h | 21 bool simulate; member
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | uprobes.h | 34 bool simulate; member
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uprobes.h | 31 bool simulate; member
|
/openbmc/qemu/docs/system/ppc/ |
H A D | prep.rst | 4 Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP)
|
H A D | powermac.rst | 4 Use the executable ``qemu-system-ppc`` to simulate a complete PowerMac
|
/openbmc/qemu/docs/system/ |
H A D | target-m68k.rst | 6 Use the executable ``qemu-system-m68k`` to simulate a ColdFire machine.
|
H A D | target-rx.rst | 6 Use the executable ``qemu-system-rx`` to simulate RX target (GDB simulator).
|
H A D | target-sparc64.rst | 6 Use the executable ``qemu-system-sparc64`` to simulate a Sun4u
|
/openbmc/linux/Documentation/input/ |
H A 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
|
/openbmc/linux/Documentation/networking/mac80211_hwsim/ |
H A 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:
|
/openbmc/linux/arch/x86/ras/ |
H A D | Kconfig | 22 simulate an error in a particular page frame. "array" is a read-only
|