/openbmc/qemu/util/ |
H A D | meson.build | 1 util_ss.add(files('osdep.c', 'cutils.c', 'unicode.c', 'qemu-timer-common.c')) 2 util_ss.add(files('thread-context.c'), numa) 4 util_ss.add(files('atomic64.c')) 7 util_ss.add(files('aio-posix.c')) 8 util_ss.add(files('fdmon-poll.c')) 10 util_ss.add(files('fdmon-epoll.c')) 12 util_ss.add(files('compatfd.c')) 13 util_ss.add(files('event_notifier-posix.c')) 14 util_ss.add(files('mmap-alloc.c')) 19 util_ss.add(files('oslib-posix.c'), freebsd_dep) [all …]
|
/openbmc/linux/arch/sparc/lib/ |
H A D | Memcpy_utils.S | 25 add %o2, 1, %o0 29 add %o2, 3, %o0 33 add %o2, 4, %o0 37 add %o2, 5, %o0 41 add %o2, 6, %o0 45 add %o2, 7, %o0 49 add %o2, 8, %o0 53 add %o2, 15, %o0 56 add %o2, 15, %o2 58 add %o2, 8, %o0 [all …]
|
H A D | checksum_64.S | 27 add %o0, 1, %o0 35 add %o0, 2, %o0 38 add %o5, %o4, %o4 76 add %o4, %o5, %o4 78 add %o4, %g1, %o4 80 add %o4, %g2, %o4 82 add %o4, %g3, %o4 84 add %o4, %o5, %o4 86 add %o4, %g1, %o4 88 add %o4, %g2, %o4 [all …]
|
H A D | csum_copy.S | 51 add %o0, 1, %o0 54 add %o1, 1, %o1 61 add %o0, 2, %o0 64 add %o1, 2, %o1 66 add %o5, %o4, %o4 111 add %o4, %o5, %o4 114 add %o4, %g1, %o4 117 add %o4, %g2, %o4 120 add %o4, %o5, %o4 123 add %o4, %g1, %o4 [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | meson.build | 1 system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c')) 2 system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c')) 3 system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c')) 4 system_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c')) 5 system_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c')) 6 system_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c')) 7 system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c')) 8 system_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c')) 9 system_ss.add(when: 'CONFIG_LED', if_true: files('led.c')) 10 system_ss.add(when: 'CONFIG_PVPANIC_COMMON', if_true: files('pvpanic.c')) [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | meson.build | 2 arm_ss.add(files('boot.c')) 3 arm_ss.add(when: 'CONFIG_ARM_VIRT', if_true: files('virt.c')) 4 arm_ss.add(when: 'CONFIG_ACPI', if_true: files('virt-acpi-build.c')) 5 arm_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic_boards.c')) 6 arm_ss.add(when: 'CONFIG_EMCRAFT_SF2', if_true: files('msf2-som.c')) 7 arm_ss.add(when: 'CONFIG_HIGHBANK', if_true: files('highbank.c')) 8 arm_ss.add(when: 'CONFIG_INTEGRATOR', if_true: files('integratorcp.c')) 9 arm_ss.add(when: 'CONFIG_MICROBIT', if_true: files('microbit.c')) 10 arm_ss.add(when: 'CONFIG_MPS3R', if_true: files('mps3r.c')) 11 arm_ss.add(when: 'CONFIG_MUSICPAL', if_true: files('musicpal.c')) [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | meson.build | 1 system_ss.add(files('intc.c')) 2 system_ss.add(when: 'CONFIG_ARM_GIC', if_true: files( 9 system_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files( 15 system_ss.add(when: 'CONFIG_ALLWINNER_A10_PIC', if_true: files('allwinner-a10-pic.c')) 16 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_vic.c')) 17 system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_intc.c')) 18 system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4210_gic.c', 'exynos4210_combiner.c')) 19 system_ss.add(when: 'CONFIG_GOLDFISH_PIC', if_true: files('goldfish_pic.c')) 20 system_ss.add(when: 'CONFIG_HEATHROW_PIC', if_true: files('heathrow_pic.c')) 21 system_ss.add(when: 'CONFIG_I8259', if_true: files('i8259_common.c', 'i8259.c')) [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | meson.build | 2 system_virtio_ss.add(files('virtio-bus.c')) 3 system_virtio_ss.add(when: 'CONFIG_VIRTIO_PCI', if_true: files('virtio-pci.c')) 4 system_virtio_ss.add(when: 'CONFIG_VIRTIO_MMIO', if_true: files('virtio-mmio.c')) 5 system_virtio_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('virtio-crypto.c')) 6 system_virtio_ss.add(when: 'CONFIG_VHOST_VSOCK_COMMON', if_true: files('vhost-vsock-common.c')) 7 system_virtio_ss.add(when: 'CONFIG_VIRTIO_IOMMU', if_true: files('virtio-iommu.c')) 8 system_virtio_ss.add(when: 'CONFIG_VHOST_VDPA_DEV', if_true: files('vdpa-dev.c')) 11 specific_virtio_ss.add(files('virtio.c')) 12 specific_virtio_ss.add(files('virtio-config-io.c', 'virtio-qmp.c')) 15 system_virtio_ss.add(files('vhost.c')) [all …]
|
/openbmc/qemu/hw/char/ |
H A D | meson.build | 1 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_IPACK', 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/stubs/ |
H A D | meson.build | 1 # If possible, add new files to other directories, by using "if_false". 2 # If you need them here, try to add them under one of the if statements 5 stub_ss.add(files('cpu-get-clock.c')) 6 stub_ss.add(files('error-printf.c')) 7 stub_ss.add(files('fdset.c')) 8 stub_ss.add(files('iothread-lock.c')) 9 stub_ss.add(files('is-daemonized.c')) 10 stub_ss.add(files('monitor-core.c')) 11 stub_ss.add(files('replay-mode.c')) 12 stub_ss.add(files('trace-control.c')) [all …]
|
/openbmc/qemu/hw/net/ |
H A D | meson.build | 1 system_ss.add(when: 'CONFIG_DP8393X', if_true: files('dp8393x.c')) 2 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen_nic.c')) 3 system_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c')) 6 system_ss.add(when: 'CONFIG_NE2000_PCI', if_true: files('ne2000-pci.c')) 7 system_ss.add(when: 'CONFIG_EEPRO100_PCI', if_true: files('eepro100.c')) 8 system_ss.add(when: 'CONFIG_PCNET_PCI', if_true: files('pcnet-pci.c')) 9 system_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c')) 10 system_ss.add(when: 'CONFIG_E1000_PCI', if_true: files('e1000.c', 'e1000x_common.c')) 11 system_ss.add(when: 'CONFIG_E1000E_PCI_EXPRESS', if_true: files('net_tx_pkt.c', 'net_rx_pkt.c')) 12 system_ss.add(when: 'CONFIG_E1000E_PCI_EXPRESS', if_true: files('e1000e.c', 'e1000e_core.c', 'e1000… [all …]
|
/openbmc/qemu/hw/timer/ |
H A D | meson.build | 1 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/display/ |
H A D | meson.build | 3 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/usb/ |
H A D | meson.build | 4 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_UHCI_PCI', if_true: files('hcd-uhci-pci.c')) 17 system_ss.add(when: 'CONFIG_USB_UHCI_SYSBUS', if_true: files('hcd-uhci-sysbus.c')) 18 system_ss.add(when: 'CONFIG_USB_OHCI', if_true: files('hcd-ohci.c')) 19 system_ss.add(when: 'CONFIG_USB_OHCI_PCI', if_true: files('hcd-ohci-pci.c')) 20 system_ss.add(when: 'CONFIG_USB_OHCI_SYSBUS', if_true: files('hcd-ohci-sysbus.c')) 21 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c')) 22 system_ss.add(when: 'CONFIG_USB_EHCI_PCI', if_true: files('hcd-ehci-pci.c')) 23 system_ss.add(when: 'CONFIG_USB_EHCI_SYSBUS', if_true: files('hcd-ehci-sysbus.c')) [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 117 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 137 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 139 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 &> /dev/null 155 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 156 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 158 $IP nexthop add id 10 group 1/2 169 $IP nexthop add id 10 group 1,20/2,39 191 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 192 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 194 $IP nexthop add id 10 group 1/2 &> /dev/null [all …]
|
/openbmc/qemu/hw/pci-host/ |
H A D | meson.build | 2 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/acpi/ |
H A D | meson.build | 2 acpi_ss.add(files( 9 acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu.c', 'cpu_hotplug.c')) 10 acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_false: files('acpi-cpu-hotplug-stub.c')) 11 acpi_ss.add(when: 'CONFIG_ACPI_MEMORY_HOTPLUG', if_true: files('memory_hotplug.c')) 12 acpi_ss.add(when: 'CONFIG_ACPI_MEMORY_HOTPLUG', if_false: files('acpi-mem-hotplug-stub.c')) 13 acpi_ss.add(when: 'CONFIG_ACPI_NVDIMM', if_true: files('nvdimm.c')) 14 acpi_ss.add(when: 'CONFIG_ACPI_NVDIMM', if_false: files('acpi-nvdimm-stub.c')) 15 acpi_ss.add(when: 'CONFIG_ACPI_PCI', if_true: files('pci.c')) 16 acpi_ss.add(when: 'CONFIG_ACPI_CXL', if_true: files('cxl.c'), if_false: files('cxl-stub.c')) 17 acpi_ss.add(when: 'CONFIG_ACPI_VMGENID', if_true: files('vmgenid.c')) [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 112 ip netns add "${NS1}" 113 ip netns add "${NS2}" 114 ip netns add "${NS3}" 132 ip link add veth1 type veth peer name veth2 133 ip link add veth3 type veth peer name veth4 134 ip link add veth5 type veth peer name veth6 135 ip link add veth7 type veth peer name veth8 150 ip -netns ${NS1} link add red type vrf table 1001 152 ip -netns ${NS1} route add table 1001 unreachable default metric 8192 153 ip -netns ${NS1} -6 route add table 1001 unreachable default metric 8192 [all …]
|
/openbmc/qemu/hw/i2c/ |
H A D | meson.build | 2 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/qemu/hw/ppc/ |
H A D | meson.build | 2 ppc_ss.add(files( 6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: files('fdt.c')) 7 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c')) 10 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files( 31 ppc_ss.add(when: ['CONFIG_PSERIES', 'CONFIG_TCG'], if_true: files( 34 ppc_ss.add(when: 'CONFIG_SPAPR_RNG', if_true: files('spapr_rng.c')) 36 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files( 42 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files( 60 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files( 63 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files( [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | vxlan_symmetric_ipv6.sh | 128 ip address add $ip_addr/64 dev $if_name 131 ip route add default vrf $vrf_name nexthop via $gw_ip 172 ip link add name br1 type bridge vlan_filtering 1 vlan_default_pvid 0 \ 180 ip address add dev $rp1 2001:db8:4::1/64 181 ip route add 2001:db8:3::2/128 nexthop via 2001:db8:4::2 183 ip link add name vx10 type vxlan id 1010 \ 189 bridge vlan add vid 10 dev vx10 pvid untagged 191 ip link add name vx20 type vxlan id 1020 \ 197 bridge vlan add vid 20 dev vx20 pvid untagged 205 ip link add name vx4001 type vxlan id 104001 \ [all …]
|
H A D | vxlan_symmetric.sh | 126 ip address add $ip_addr/24 dev $if_name 129 ip route add default vrf $vrf_name nexthop via $gw_ip 170 ip link add name br1 type bridge vlan_filtering 1 vlan_default_pvid 0 \ 178 ip address add dev $rp1 192.0.2.1/24 179 ip route add 10.0.0.2/32 nexthop via 192.0.2.2 181 ip link add name vx10 type vxlan id 1010 \ 187 bridge vlan add vid 10 dev vx10 pvid untagged 189 ip link add name vx20 type vxlan id 1020 \ 195 bridge vlan add vid 20 dev vx20 pvid untagged 199 bridge vlan add vid 10 dev $swp1 pvid untagged [all …]
|
/openbmc/linux/arch/riscv/lib/ |
H A D | clear_page.S | 30 add a2, a0, a2 33 add a0, a0, a1 36 add a0, a0, a1 39 add a0, a0, a1 41 add a0, a0, a1 44 add a0, a0, a1 46 add a0, a0, a1 48 add a0, a0, a1 50 add a0, a0, a1 53 add a0, a0, a1 [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 71 add r2,r1,r2,lsl#6 @ r2 to point at the end of r1 85 add r7,r8,r7,ror#2 @ E+=K_00_19 90 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 94 add r7,r8,r7,ror#2 @ E+=K_00_19 96 add r7,r7,r3,ror#27 @ E+=ROR(A,27) 102 add r7,r7,r9 @ E+=X[i] 105 add r7,r7,r10 @ E+=F_00_19(B,C,D) 110 add r6,r8,r6,ror#2 @ E+=K_00_19 115 add r6,r6,r7,ror#27 @ E+=ROR(A,27) 119 add r6,r8,r6,ror#2 @ E+=K_00_19 [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | l2tp.sh | 83 ip netns add ${ns} 87 ip -netns ${ns} addr add dev lo ${addr} 90 ip -netns ${ns} -6 addr add dev lo ${addr6} 93 ip -netns ${ns} ro add unreachable default metric 8192 94 ip -netns ${ns} -6 ro add unreachable default metric 8192 115 ip -netns ${ns1} li add ${ns1_dev} type veth peer name tmp 121 ip -netns ${ns1} addr add dev ${ns1_dev} ${ns1_addr} 122 ip -netns ${ns2} addr add dev ${ns2_dev} ${ns2_addr} 126 ip -netns ${ns1} addr add dev ${ns1_dev} ${ns1_addr6} 127 ip -netns ${ns2} addr add dev ${ns2_dev} ${ns2_addr6} [all …]
|