Home
last modified time | relevance | path

Searched full:when (Results 1 – 25 of 4629) sorted by relevance

12345678910>>...186

/openbmc/qemu/hw/char/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
2 system_ss.add(when: 'CONFIG_CMSDK_APB_UART', if_true: files('cmsdk-apb-uart.c'))
3 system_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 system_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
5 system_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
6 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
7 system_ss.add(when: 'CONFIG_IP_OCTAL_232', if_true: files('ipoctal232.c'))
8 system_ss.add(when: 'CONFIG_ISA_BUS', if_true: files('parallel-isa.c'))
9 system_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugcon.c'))
10 system_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_uart.c'))
[all …]
/openbmc/qemu/hw/timer/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
2 system_ss.add(when: 'CONFIG_ALLWINNER_A10_PIT', if_true: files('allwinner-a10-pit.c'))
3 system_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
4 system_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
5 system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
6 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_timer.c'))
7 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
8 system_ss.add(when: 'CONFIG_CMSDK_APB_DUALTIMER', if_true: files('cmsdk-apb-dualtimer.c'))
9 system_ss.add(when: 'CONFIG_CMSDK_APB_TIMER', if_true: files('cmsdk-apb-timer.c'))
10 system_ss.add(when: 'CONFIG_RENESAS_TMR', if_true: files('renesas_tmr.c'))
[all …]
/openbmc/qemu/hw/pci-host/
H A Dmeson.build2 pci_ss.add(when: 'CONFIG_PAM', if_true: files('pam.c'))
3 pci_ss.add(when: 'CONFIG_PCI_BONITO', if_true: files('bonito.c'))
4 pci_ss.add(when: 'CONFIG_GT64120', if_true: files('gt64120.c'))
5 pci_ss.add(when: 'CONFIG_PCI_EXPRESS_ASPEED', if_true: files('aspeed_pcie.c'))
6 pci_ss.add(when: 'CONFIG_PCI_EXPRESS_DESIGNWARE', if_true: files('designware.c'))
7 pci_ss.add(when: 'CONFIG_PCI_EXPRESS_GENERIC_BRIDGE', if_true: files('gpex.c'))
8 pci_ss.add(when: ['CONFIG_PCI_EXPRESS_GENERIC_BRIDGE', 'CONFIG_ACPI'], if_true: files('gpex-acpi.c'…
9 pci_ss.add(when: 'CONFIG_PCI_EXPRESS_Q35', if_true: files('q35.c'))
10 pci_ss.add(when: 'CONFIG_PCI_EXPRESS_XILINX', if_true: files('xilinx-pcie.c'))
11 pci_ss.add(when: 'CONFIG_PCI_I440FX', if_true: files('i440fx.c'))
[all …]
/openbmc/qemu/hw/usb/
H A Dmeson.build4 system_ss.add(when: 'CONFIG_USB', if_true: files(
15 system_ss.add(when: 'CONFIG_USB_UHCI', if_true: files('hcd-uhci.c'))
16 system_ss.add(when: 'CONFIG_USB_OHCI', if_true: files('hcd-ohci.c'))
17 system_ss.add(when: 'CONFIG_USB_OHCI_PCI', if_true: files('hcd-ohci-pci.c'))
18 system_ss.add(when: 'CONFIG_USB_OHCI_SYSBUS', if_true: files('hcd-ohci-sysbus.c'))
19 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c'))
20 system_ss.add(when: 'CONFIG_USB_EHCI_PCI', if_true: files('hcd-ehci-pci.c'))
21 system_ss.add(when: 'CONFIG_USB_EHCI_SYSBUS', if_true: files('hcd-ehci-sysbus.c'))
22 system_ss.add(when: 'CONFIG_USB_XHCI', if_true: files('hcd-xhci.c'))
23 system_ss.add(when
[all...]
/openbmc/qemu/hw/display/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
4 system_ss.add(when: 'CONFIG_EDID', if_true: files('edid-generate.c', 'edid-region.c'))
6 system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'), if_false: files('ramfb-stubs.c'…
7 system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb-standalone.c'))
9 system_ss.add(when: 'CONFIG_VGA_CIRRUS', if_true: files('cirrus_vga.c'))
10 system_ss.add(when: ['CONFIG_VGA_CIRRUS', 'CONFIG_VGA_ISA'], if_true: files('cirrus_vga_isa.c'))
11 system_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
12 system_ss.add(when: 'CONFIG_JAZZ_LED', if_true: files('jazz_led.c'))
13 system_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
14 system_ss.add(when: 'CONFIG_SII9022', if_true: files('sii9022.c'))
[all …]
/openbmc/qemu/hw/i2c/
H A Dmeson.build2 i2c_ss.add(when: 'CONFIG_I2C', if_true: files('core.c'))
3 i2c_ss.add(when: 'CONFIG_SMBUS', if_true: files('smbus_slave.c', 'smbus_master.c'))
4 i2c_ss.add(when: 'CONFIG_ACPI_SMBUS', if_true: files('pm_smbus.c'))
5 i2c_ss.add(when: 'CONFIG_ACPI_ICH9', if_true: files('smbus_ich9.c'))
6 i2c_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_i2c.c'))
7 i2c_ss.add(when: 'CONFIG_BITBANG_I2C', if_true: files('bitbang_i2c.c'))
8 i2c_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_i2c.c'))
9 i2c_ss.add(when: 'CONFIG_IMX_I2C', if_true: files('imx_i2c.c'))
10 i2c_ss.add(when: 'CONFIG_MPC_I2C', if_true: files('mpc_i2c.c'))
11 i2c_ss.add(when: 'CONFIG_ALLWINNER_I2C', if_true: files('allwinner-i2c.c'))
[all …]
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci5 //#False positives arise when there is a goto in the iterator and the
41 list_for_each_entry@p1(c,...,member) { ... when != break;
42 when forall
43 when strict
46 list_for_each_entry_reverse@p1(c,...,member) { ... when != break;
47 when forall
48 when strict
51 list_for_each_entry_continue@p1(c,...,member) { ... when != break;
52 when forall
53 when strict
[all …]
/openbmc/qemu/hw/ide/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_AHCI', if_true: files('ahci.c'))
2 system_ss.add(when: 'CONFIG_AHCI_ICH9', if_true: files('ich.c'))
3 system_ss.add(when: 'CONFIG_AHCI_SYSBUS', if_true: files('ahci-sysbus.c'))
4 system_ss.add(when: 'CONFIG_ALLWINNER_A10', if_true: files('ahci-allwinner.c'))
5 system_ss.add(when: 'CONFIG_IDE_BUS', if_true: files('ide-bus.c'))
6 system_ss.add(when: 'CONFIG_IDE_CF', if_true: files('cf.c'))
7 system_ss.add(when: 'CONFIG_IDE_CMD646', if_true: files('cmd646.c'))
8 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
9 system_ss.add(when: 'CONFIG_IDE_DEV', if_true: files('ide-dev.c'))
10 system_ss.add(when: 'CONFIG_IDE_ISA', if_true: files('isa.c', 'ioport.c'))
[all …]
/openbmc/qemu/hw/s390x/
H A Dmeson.build21 s390x_ss.add(when: 'CONFIG_KVM', if_true: files(
28 s390x_ss.add(when: 'CONFIG_TCG', if_true: files(
31 s390x_ss.add(when: 'CONFIG_S390_CCW_VIRTIO', if_true: files(
35 s390x_ss.add(when: 'CONFIG_TERMINAL3270', if_true: files('3270-ccw.c'))
36 s390x_ss.add(when: 'CONFIG_VFIO', if_true: files('s390-pci-vfio.c'))
37 s390x_ss.add(when: 'CONFIG_VFIO_AP', if_false: files('ap-stub.c'))
41 virtio_ss.add(when: 'CONFIG_VIRTIO_BALLOON', if_true: files('virtio-ccw-balloon.c'))
42 virtio_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-ccw-blk.c'))
43 virtio_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('virtio-ccw-crypto.c'))
44 virtio_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-ccw-input.c'))
[all …]
/openbmc/qemu/hw/nvram/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_otp.c'))
4 system_ss.add(when: 'CONFIG_CHRP_NVRAM', if_true: files('chrp_nvram.c'))
5 system_ss.add(when: 'CONFIG_DS1225Y', if_true: files('ds1225y.c'))
6 system_ss.add(when: 'CONFIG_NMC93XX_EEPROM', if_true: files('eeprom93xx.c'))
7 system_ss.add(when: 'CONFIG_AT24C', if_true: files('eeprom_at24c.c'))
8 system_ss.add(when: 'CONFIG_MAC_NVRAM', if_true: files('mac_nvram.c'))
9 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_otp.c'))
10 system_ss.add(when: 'CONFIG_NRF51_SOC', if_true: files('nrf51_nvm.c'))
11 system_ss.add(when: 'CONFIG_XLNX_EFUSE_CRC', if_true: files('xlnx-efuse-crc.c'))
12 system_ss.add(when: 'CONFIG_XLNX_EFUSE', if_true: files('xlnx-efuse.c'))
[all …]
/openbmc/qemu/hw/ssi/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_ALLWINNER_A10_SPI', if_true: files('allwinner-a10-spi.c'))
2 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_smc.c'))
3 system_ss.add(when: 'CONFIG_MSF2', if_true: files('mss-spi.c'))
4 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_fiu.c', 'npcm_pspi.c'))
5 system_ss.add(when: 'CONFIG_PL022', if_true: files('pl022.c'))
6 system_ss.add(when: 'CONFIG_SIFIVE_SPI', if_true: files('sifive_spi.c'))
7 system_ss.add(when: 'CONFIG_SSI', if_true: files('ssi.c'))
8 system_ss.add(when: 'CONFIG_STM32F2XX_SPI', if_true: files('stm32f2xx_spi.c'))
9 system_ss.add(when: 'CONFIG_XILINX_SPI', if_true: files('xilinx_spi.c'))
10 system_ss.add(when: 'CONFIG_XILINX_SPIPS', if_true: files('xilinx_spips.c'))
[all …]
/openbmc/qemu/hw/dma/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_RC4030', if_true: files('rc4030.c'))
2 system_ss.add(when: 'CONFIG_PL080', if_true: files('pl080.c'))
3 system_ss.add(when: 'CONFIG_PL330', if_true: files('pl330.c'))
4 system_ss.add(when: 'CONFIG_I82374', if_true: files('i82374.c'))
5 system_ss.add(when: 'CONFIG_I8257', if_true: files('i8257.c'))
6 system_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('xilinx_axidma.c'))
7 system_ss.add(when: 'CONFIG_ZYNQ_DEVCFG', if_true: files('xlnx-zynq-devcfg.c'))
8 system_ss.add(when: 'CONFIG_STP2000', if_true: files('sparc32_dma.c'))
9 system_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx_dpdma.c'))
10 system_ss.add(when: 'CONFIG_XLNX_ZDMA', if_true: files('xlnx-zdma.c'))
[all …]
/openbmc/qemu/hw/rtc/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_DS1338', if_true: files('ds1338.c'))
3 system_ss.add(when: 'CONFIG_M41T80', if_true: files('m41t80.c'))
4 system_ss.add(when: 'CONFIG_M48T59', if_true: files('m48t59.c'))
5 system_ss.add(when: 'CONFIG_PL031', if_true: files('pl031.c'))
6 system_ss.add(when: ['CONFIG_ISA_BUS', 'CONFIG_M48T59'], if_true: files('m48t59-isa.c'))
7 system_ss.add(when: 'CONFIG_XLNX_ZYNQMP', if_true: files('xlnx-zynqmp-rtc.c'))
9 system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_rtc.c'))
10 system_ss.add(when: 'CONFIG_SUN4V_RTC', if_true: files('sun4v-rtc.c'))
11 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_rtc.c'))
12 system_ss.add(when: 'CONFIG_GOLDFISH_RTC', if_true: files('goldfish_rtc.c'))
[all …]
/openbmc/qemu/hw/block/
H A Dmeson.build6 system_ss.add(when: 'CONFIG_FDC', if_true: files('fdc.c'))
7 system_ss.add(when: 'CONFIG_FDC_ISA', if_true: files('fdc-isa.c'))
8 system_ss.add(when: 'CONFIG_FDC_SYSBUS', if_true: files('fdc-sysbus.c'))
9 system_ss.add(when: 'CONFIG_PFLASH_CFI01', if_true: files('pflash_cfi01.c'))
10 system_ss.add(when: 'CONFIG_PFLASH_CFI02', if_true: files('pflash_cfi02.c'))
11 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80.c'))
12 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80_sfdp.c'))
13 system_ss.add(when: 'CONFIG_SWIM', if_true: files('swim.c'))
14 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
16 specific_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c'))
[all …]
/openbmc/qemu/hw/remote/
H A Dmeson.build3 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('machine.c'))
4 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('mpqemu-link.c'))
5 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('message.c'))
6 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('remote-obj.c'))
7 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('proxy.c'))
8 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iohub.c'))
9 remote_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('iommu.c'))
11 remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: libvfio_user_dep)
12 remote_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_true: files('vfio-user-obj.c'),
15 specific_ss.add(when: 'CONFIG_MULTIPROCESS', if_true: files('memory.c'))
[all …]
/openbmc/qemu/hw/sd/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_PL181', if_true: files('pl181.c'))
2 system_ss.add(when: 'CONFIG_SD', if_true: files('sd.c', 'core.c'))
3 system_ss.add(when: 'CONFIG_SDHCI', if_true: files('sdhci.c'))
4 system_ss.add(when: 'CONFIG_SDHCI_PCI', if_true: files('sdhci-pci.c'))
5 system_ss.add(when: 'CONFIG_SSI_SD', if_true: files('ssi-sd.c'))
7 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_mmc.c'))
8 system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_sdhost.c'))
9 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_sdhci.c'))
10 system_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-sdhost.c'))
11 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_sdhci.c'))
[all …]
/openbmc/qemu/disas/
H A Dmeson.build1 common_ss.add(when: 'CONFIG_ALPHA_DIS', if_true: files('alpha.c'))
2 common_ss.add(when: 'CONFIG_HEXAGON_DIS', if_true: files('hexagon.c'))
3 common_ss.add(when: 'CONFIG_HPPA_DIS', if_true: files('hppa.c'))
4 common_ss.add(when: 'CONFIG_M68K_DIS', if_true: files('m68k.c'))
5 common_ss.add(when: 'CONFIG_MICROBLAZE_DIS', if_true: files('microblaze.c'))
6 common_ss.add(when: 'CONFIG_MIPS_DIS', if_true: files('mips.c', 'nanomips.c'))
7 common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files(
12 common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))
13 common_ss.add(when: 'CONFIG_SPARC_DIS', if_true: files('sparc.c'))
14 common_ss.add(when: 'CONFIG_XTENSA_DIS', if_true: files('xtensa.c'))
[all …]
/openbmc/qemu/hw/riscv/
H A Dmeson.build3 riscv_ss.add(when: 'CONFIG_RISCV_NUMA', if_true: files('numa.c'))
5 riscv_ss.add(when: 'CONFIG_OPENTITAN', if_true: files('opentitan.c'))
6 riscv_ss.add(when: 'CONFIG_RISCV_VIRT', if_true: files('virt.c'))
7 riscv_ss.add(when: 'CONFIG_SHAKTI_C', if_true: files('shakti_c.c'))
8 riscv_ss.add(when: 'CONFIG_SIFIVE_E', if_true: files('sifive_e.c'))
9 riscv_ss.add(when: 'CONFIG_SIFIVE_U', if_true: files('sifive_u.c'))
10 riscv_ss.add(when: 'CONFIG_SPIKE', if_true: files('spike.c'))
11 riscv_ss.add(when: 'CONFIG_MICROCHIP_PFSOC', if_true: files('microchip_pfsoc.c'))
12 riscv_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c'))
13 riscv_ss.add(when: 'CONFIG_RISCV_IOMMU', if_true: files(
[all …]
/openbmc/qemu/hw/isa/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_APM', if_true: files('apm.c'))
2 system_ss.add(when: 'CONFIG_FDC37M81X', if_true: files('fdc37m81x-superio.c'))
3 system_ss.add(when: 'CONFIG_I82378', if_true: files('i82378.c'))
4 system_ss.add(when: 'CONFIG_ISA_BUS', if_true: files('isa-bus.c'))
5 system_ss.add(when: 'CONFIG_ISA_SUPERIO', if_true: files('isa-superio.c'))
6 system_ss.add(when: 'CONFIG_PC87312', if_true: files('pc87312.c'))
7 system_ss.add(when: 'CONFIG_PIIX', if_true: files('piix.c'))
8 system_ss.add(when: 'CONFIG_SMC37C669', if_true: files('smc37c669-superio.c'))
9 system_ss.add(when: 'CONFIG_VT82C686', if_true: files('vt82c686.c'))
11 specific_ss.add(when: 'CONFIG_LPC_ICH9', if_true: files('lpc_ich9.c'))
/openbmc/qemu/hw/sensor/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
2 system_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
3 system_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
4 system_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
5 system_ss.add(when: 'CONFIG_ADM1266', if_true: files('adm1266.c'))
6 system_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
7 system_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
8 system_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
9 system_ss.add(when: 'CONFIG_ISL_PMBUS_VR', if_true: files('isl_pmbus_vr.c'))
10 system_ss.add(when: 'CONFIG_MAX31785', if_true: files('max31785.c'))
/openbmc/qemu/hw/pci-bridge/
H A Dmeson.build2 pci_ss.add(when: 'CONFIG_PCI_BRIDGE', if_true: files('pci_bridge_dev.c'))
3 pci_ss.add(when: 'CONFIG_I82801B11', if_true: files('i82801b11.c'))
4 pci_ss.add(when: 'CONFIG_IOH3420', if_true: files('ioh3420.c'))
5 pci_ss.add(when: 'CONFIG_PCIE_PORT', if_true: files('pcie_root_port.c', 'gen_pcie_root_port.c'))
6 pci_ss.add(when: 'CONFIG_PCIE_PCI_BRIDGE', if_true: files('pcie_pci_bridge.c'))
7 pci_ss.add(when: 'CONFIG_PXB', if_true: files('pci_expander_bridge.c'),
9 pci_ss.add(when: 'CONFIG_XIO3130', if_true: files('xio3130_upstream.c', 'xio3130_downstream.c'))
10 pci_ss.add(when: 'CONFIG_CXL', if_true: files('cxl_root_port.c', 'cxl_upstream.c', 'cxl_downstream.…
13 pci_ss.add(when: 'CONFIG_SIMBA', if_true: files('simba.c'))
15 system_ss.add_all(when: 'CONFIG_PCI', if_true: pci_ss)
/openbmc/qemu/hw/ipmi/
H A Dmeson.build2 ipmi_ss.add(when: 'CONFIG_IPMI', if_true: files('ipmi.c', 'ipmi_kcs.c', 'ipmi_bt.c'))
3 ipmi_ss.add(when: 'CONFIG_IPMI_LOCAL', if_true: files('ipmi_bmc_sim.c'))
4 ipmi_ss.add(when: 'CONFIG_IPMI_EXTERN', if_true: files('ipmi_bmc_extern.c'))
5 ipmi_ss.add(when: 'CONFIG_ISA_IPMI_KCS', if_true: files('isa_ipmi_kcs.c'))
6 ipmi_ss.add(when: 'CONFIG_PCI_IPMI_KCS', if_true: files('pci_ipmi_kcs.c'))
7 ipmi_ss.add(when: 'CONFIG_ISA_IPMI_BT', if_true: files('isa_ipmi_bt.c'))
8 ipmi_ss.add(when: 'CONFIG_PCI_IPMI_BT', if_true: files('pci_ipmi_bt.c'))
9 ipmi_ss.add(when: 'CONFIG_IPMI_SSIF', if_true: files('smbus_ipmi.c'))
11 system_ss.add_all(when: 'CONFIG_IPMI', if_true: ipmi_ss)
/openbmc/qemu/hw/watchdog/
H A Dmeson.build2 system_ss.add(when: 'CONFIG_ALLWINNER_WDT', if_true: files('allwinner-wdt.c'))
3 system_ss.add(when: 'CONFIG_CMSDK_APB_WATCHDOG', if_true: files('cmsdk-apb-watchdog.c'))
4 system_ss.add(when: 'CONFIG_WDT_IB6300ESB', if_true: files('wdt_i6300esb.c'))
5 system_ss.add(when: 'CONFIG_WDT_IB700', if_true: files('wdt_ib700.c'))
6 system_ss.add(when: 'CONFIG_WDT_DIAG288', if_true: files('wdt_diag288.c'))
7 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('wdt_aspeed.c'))
8 system_ss.add(when: 'CONFIG_WDT_IMX2', if_true: files('wdt_imx2.c'))
9 system_ss.add(when: 'CONFIG_WDT_SBSA', if_true: files('sbsa_gwdt.c'))
10 specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_watchdog.c'))
/openbmc/qemu/tests/qemu-iotests/
H A D08347 local event export_name=foo extra_args nbd_addr nbd_url proto when
71 when=$2
72 echo "=== Check disconnect $when $event ==="
78 when=$when
114 for when in before after; do
115 check_disconnect "--$proto" "$event" "$when"
121 for when in 8 16; do
122 check_disconnect "--$proto" "$event" "$when"
126 for when in 4 12 16; do
127 check_disconnect "--$proto" "$event" "$when"
[all …]
/openbmc/openbmc/poky/meta/conf/
H A Dcve-check-map.conf3 # used by this class internally when fix is detected (NVD DB version check or CVE patch file)
5 # use when this class does not detect backported patch (e.g. vendor kernel repo with cherry-picked …
7 # use when NVD DB does not mention patched versions of stable/LTS branches which have upstream CVE …
9 # use when NVD DB does not mention correct version or does not mention any verion at all
11 # use when a fix file has been included (set automatically)
18 # use when CVE is confirmed by upstream but fix is still not available
25 # use when NVD DB wrongly indicates vulnerability which is actually for a different component
27 # use when upstream does not accept the report as a vulnerability (e.g. works as designed)
29 # use when vulnerability depends on build or runtime configuration which is not used
31 # use when vulnerability affects other platform (e.g. Windows or Debian)
[all …]

12345678910>>...186