Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 2854) sorted by relevance

12345678910>>...115

/openbmc/qemu/util/
H A Dmeson.build4 util_ss.add(files('atomic64.c'))
35 util_ss.add(files('fifo8.c'))
39 util_ss.add(files('id.c'))
44 util_ss.add(files('uuid.c'))
46 util_ss.add(files('rcu.c'))
50 util_ss.add(files('log.c'))
51 util_ss.add(files('qdist.c'))
52 util_ss.add(files('qht.c'))
53 util_ss.add(files('qsp.c'))
54 util_ss.add(files('range.c'))
[all …]
/openbmc/linux/arch/sparc/lib/
H A DMemcpy_utils.S25 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
58 add %o2, 8, %o0
77 add %o2, 31, %o2
[all …]
H A Dchecksum_64.S27 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
144 add %o0, 2, %o0
[all …]
H A Dcsum_copy.S51 add %o0, 1, %o0
54 add %o1, 1, %o1
61 add %o0, 2, %o0
64 add %o1, 2, %o1
66 add %o5, %o4, %o4
198 add %o0, 2, %o0
206 add %o0, 1, %o0
209 add %o1, 1, %o1
247 add %o1, 1, %o1
262 add %o1, 2, %o1
[all …]
/openbmc/qemu/stubs/
H A Dmeson.build2 stub_ss.add(files('blk-commit-all.c'))
6 stub_ss.add(files('cmos.c'))
10 stub_ss.add(files('icount.c'))
11 stub_ss.add(files('dump.c'))
13 stub_ss.add(files('fdset.c'))
14 stub_ss.add(files('gdbstub.c'))
24 stub_ss.add(files('isa-bus.c'))
38 stub_ss.add(files('qtest.c'))
40 stub_ss.add(files('ramfb.c'))
47 stub_ss.add(files('uuid.c'))
[all …]
/openbmc/qemu/hw/misc/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c'))
2 system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c'))
8 system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c'))
10 system_ss.add(when: 'CONFIG_LED', if_true: files('led.c'))
24 system_ss.add(when: 'CONFIG_IOSB', if_true: files('iosb.c'))
58 system_ss.add(when: 'CONFIG_IMX', if_true: files(
72 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files(
79 system_ss.add(when: 'CONFIG_OMAP', if_true: files(
86 system_ss.add(when: 'CONFIG_RASPI', if_true: files(
100 system_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files(
[all …]
/openbmc/qemu/hw/arm/
H A Dmeson.build2 arm_ss.add(files('boot.c'), fdt)
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'))
7 arm_ss.add(when: 'CONFIG_HIGHBANK', if_true: files('highbank.c'))
17 arm_ss.add(when: 'CONFIG_SX1', if_true: files('omap_sx1.c'))
18 arm_ss.add(when: 'CONFIG_CHEETAH', if_true: files('palm.c'))
20 arm_ss.add(when: 'CONFIG_SPITZ', if_true: files('spitz.c'))
21 arm_ss.add(when: 'CONFIG_Z2', if_true: files('z2.c'))
50 arm_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files(
[all …]
/openbmc/qemu/hw/intc/
H A Dmeson.build1 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(
24 system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_intc.c'))
25 system_ss.add(when: 'CONFIG_OPENPIC', if_true: files('openpic.c'))
26 system_ss.add(when: 'CONFIG_PL190', if_true: files('pl190.c'))
37 system_ss.add(files('kvm_irqcount.c'))
51 specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_OPENPIC'],
64 specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_XICS'],
67 specific_ss.add(when: 'CONFIG_XIVE', if_true: files('xive.c'))
[all …]
/openbmc/qemu/hw/virtio/
H A Dmeson.build2 system_virtio_ss.add(files('virtio-bus.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'))
19 specific_virtio_ss.add(files('vhost-user.c'))
20 system_virtio_ss.add(files('vhost-user-device.c'))
24 system_virtio_ss.add(files('vhost-vdpa.c'))
25 specific_virtio_ss.add(files('vhost-shadow-virtqueue.c'))
28 system_virtio_ss.add(files('vhost-stub.c'))
77 system_ss.add(when: 'CONFIG_ALL', if_true: files('vhost-stub.c'))
[all …]
/openbmc/qemu/hw/net/
H A Dmeson.build1 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'))
9 system_ss.add(when: 'CONFIG_PCNET_COMMON', if_true: files('pcnet.c'))
16 system_ss.add(when: 'CONFIG_TULIP', if_true: files('tulip.c'))
24 system_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
35 system_ss.add(when: 'CONFIG_LANCE', if_true: files('lance.c'))
55 system_ss.add(files('vhost_net-stub.c'))
58 system_ss.add(when: 'CONFIG_ETSEC', if_true: files(
65 system_ss.add(when: 'CONFIG_ROCKER', if_true: files(
[all …]
/openbmc/qemu/hw/timer/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_A9_GTIMER', if_true: files('a9gtimer.c'))
3 system_ss.add(when: 'CONFIG_ALTERA_TIMER', if_true: files('altera_timer.c'))
4 system_ss.add(when: 'CONFIG_ARM_MPTIMER', if_true: files('arm_mptimer.c'))
5 system_ss.add(when: 'CONFIG_ARM_TIMER', if_true: files('arm_timer.c'))
6 system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_systick.c'))
8 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_ttc.c'))
13 system_ss.add(when: 'CONFIG_DIGIC', if_true: files('digic-timer.c'))
18 system_ss.add(when: 'CONFIG_HPET', if_true: files('hpet.c'))
20 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_epit.c'))
21 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_gpt.c'))
[all …]
/openbmc/qemu/hw/char/
H A Dmeson.build1 system_ss.add(when: 'CONFIG_CADENCE', if_true: files('cadence_uart.c'))
3 system_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
4 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_ser.c'))
5 system_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_apbuart.c'))
6 system_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_uart.c'))
7 system_ss.add(when: 'CONFIG_IMX', if_true: files('imx_serial.c'))
8 system_ss.add(when: 'CONFIG_IPACK', if_true: files('ipoctal232.c'))
12 system_ss.add(when: 'CONFIG_PARALLEL', if_true: files('parallel.c'))
13 system_ss.add(when: 'CONFIG_PL011', if_true: files('pl011.c'))
15 system_ss.add(when: 'CONFIG_SERIAL', if_true: files('serial.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'))
18 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c'))
30 system_ss.add(when: 'CONFIG_IMX', if_true: files('chipidea.c'))
37 system_ss.add(when: 'CONFIG_USB', if_true: files('dev-hub.c'))
38 system_ss.add(when: 'CONFIG_USB', if_true: files('dev-hid.c'))
54 usbsmartcard_ss.add(when: 'CONFIG_USB_SMARTCARD',
60 system_ss.add(when: 'CONFIG_USB_U2F', if_true: files('u2f.c'))
74 usbredir_ss.add(when: 'CONFIG_USB',
[all …]
/openbmc/qemu/hw/display/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_DDC', if_true: files('i2c-ddc.c'))
6 system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('ramfb.c'))
11 system_ss.add(when: 'CONFIG_G364FB', if_true: files('g364fb.c'))
13 system_ss.add(when: 'CONFIG_PL110', if_true: files('pl110.c'))
34 system_ss.add(when: 'CONFIG_TCX', if_true: files('tcx.c'))
35 system_ss.add(when: 'CONFIG_CG3', if_true: files('cg3.c'))
39 system_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
60 system_ss.add(when: 'CONFIG_DPCD', if_true: files('dpcd.c'))
70 virtio_gpu_ss.add(when: 'CONFIG_VIRTIO_GPU',
116 virtio_vga_ss.add(when: 'CONFIG_VIRTIO_VGA',
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh158 $IP nexthop add id 10 group 1/2
169 $IP nexthop add id 10 group 1,20/2,39
278 $IP nexthop add id 10 group 1/2
301 $IP nexthop add id 10 group 1/2
772 $IP nexthop add id 10 group 1/2
796 $IP nexthop add id 10 group 1/2
879 $IP nexthop add id 10 group 1/2
907 $IP nexthop add id 10 group 1/2/3
977 $IP nexthop add id 10 group 1/2
1005 $IP nexthop add id 10 group 1/2
[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'))
11 pci_ss.add(when: 'CONFIG_PCI_I440FX', if_true: files('i440fx.c'))
12 pci_ss.add(when: 'CONFIG_PCI_SABRE', if_true: files('sabre.c'))
15 pci_ss.add(when: 'CONFIG_SH_PCI', if_true: files('sh_pci.c'))
18 pci_ss.add(when: 'CONFIG_RAVEN_PCI', if_true: files('raven.c'))
25 pci_ss.add(when: 'CONFIG_ARTICIA', if_true: files('articia.c'))
27 pci_ss.add(when: 'CONFIG_MV64361', if_true: files('mv64361.c'))
34 pci_ss.add(when: 'CONFIG_DINO', if_true: files('dino.c'))
[all …]
/openbmc/qemu/hw/acpi/
H A Dmeson.build2 acpi_ss.add(files(
13 acpi_ss.add(when: 'CONFIG_ACPI_NVDIMM', if_true: files('nvdimm.c'))
15 acpi_ss.add(when: 'CONFIG_ACPI_PCI', if_true: files('pci.c'))
19 acpi_ss.add(when: 'CONFIG_ACPI_HMAT', if_true: files('hmat.c'))
21 acpi_ss.add(when: 'CONFIG_ACPI_PIIX4', if_true: files('piix4.c'))
23 acpi_ss.add(when: 'CONFIG_ACPI_PCIHP', if_true: files('pcihp.c'))
25 acpi_ss.add(when: 'CONFIG_ACPI_VIOT', if_true: files('viot.c'))
27 acpi_ss.add(when: 'CONFIG_ACPI_ERST', if_true: files('erst.c'))
29 acpi_ss.add(when: 'CONFIG_PC', if_false: files('acpi-x86-stub.c'))
31 acpi_ss.add(files('tpm.c'))
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh112 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
157 ip -netns ${NS2} link add red type vrf table 1001
168 ip -netns ${NS1} addr add ${IPv4_1}/24 dev veth1
[all …]
/openbmc/qemu/hw/ppc/
H A Dmeson.build2 ppc_ss.add(files(
6 ppc_ss.add(when: 'CONFIG_FDT_PPC', if_true: [files(
9 ppc_ss.add(when: 'CONFIG_FW_CFG_PPC', if_true: files('fw_cfg.c'))
12 ppc_ss.add(when: 'CONFIG_PSERIES', if_true: files(
42 ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files(
56 ppc_ss.add(when: 'CONFIG_PPC405', if_true: files(
59 ppc_ss.add(when: 'CONFIG_PPC440', if_true: files(
62 ppc_ss.add(when: 'CONFIG_PPC4XX', if_true: files(
68 ppc_ss.add(when: 'CONFIG_PREP', if_true: files('prep.c'))
78 ppc_ss.add(when: 'CONFIG_E500', if_true: files(
[all …]
/openbmc/qemu/hw/i2c/
H A Dmeson.build2 i2c_ss.add(when: 'CONFIG_I2C', if_true: files('core.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'))
16 i2c_ss.add(when: 'CONFIG_OMAP', if_true: files('omap_i2c.c'))
17 i2c_ss.add(when: 'CONFIG_PPC4XX', if_true: files('ppc4xx_i2c.c'))
[all …]
/openbmc/linux/arch/riscv/lib/
H A Dclear_page.S30 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/qemu/disas/
H A Dmeson.build1 common_ss.add(when: 'CONFIG_ALPHA_DIS', if_true: files('alpha.c'))
2 common_ss.add(when: 'CONFIG_CRIS_DIS', if_true: files('cris.c'))
3 common_ss.add(when: 'CONFIG_HEXAGON_DIS', if_true: files('hexagon.c'))
4 common_ss.add(when: 'CONFIG_HPPA_DIS', if_true: files('hppa.c'))
5 common_ss.add(when: 'CONFIG_M68K_DIS', if_true: files('m68k.c'))
8 common_ss.add(when: 'CONFIG_NIOS2_DIS', if_true: files('nios2.c'))
9 common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files(
14 common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))
18 common_ss.add(files('disas.c'))
20 system_ss.add(files('disas-mon.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'))
8 system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_dma.c'))
9 system_ss.add(when: 'CONFIG_STP2000', if_true: files('sparc32_dma.c'))
11 system_ss.add(when: 'CONFIG_XLNX_ZDMA', if_true: files('xlnx-zdma.c'))
13 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_dma.c'))
[all …]
/openbmc/qemu/hw/audio/
H A Dmeson.build1 system_ss.add(files('soundhw.c'))
2 system_ss.add(when: 'CONFIG_AC97', if_true: files('ac97.c'))
3 system_ss.add(when: 'CONFIG_ADLIB', if_true: files('fmopl.c', 'adlib.c'))
4 system_ss.add(when: 'CONFIG_ASC', if_true: files('asc.c'))
5 system_ss.add(when: 'CONFIG_CS4231', if_true: files('cs4231.c'))
6 system_ss.add(when: 'CONFIG_CS4231A', if_true: files('cs4231a.c'))
7 system_ss.add(when: 'CONFIG_ES1370', if_true: files('es1370.c'))
11 system_ss.add(when: 'CONFIG_PCSPK', if_true: files('pcspk.c'))
13 system_ss.add(when: 'CONFIG_SB16', if_true: files('sb16.c'))
14 system_ss.add(when: 'CONFIG_VT82C686', if_true: files('via-ac97.c'))
[all …]
/openbmc/qemu/hw/input/
H A Dmeson.build1 system_ss.add(files('hid.c'))
3 system_ss.add(when: 'CONFIG_ADS7846', if_true: files('ads7846.c'))
4 system_ss.add(when: 'CONFIG_LM832X', if_true: files('lm832x.c'))
5 system_ss.add(when: 'CONFIG_PCKBD', if_true: files('pckbd.c'))
6 system_ss.add(when: 'CONFIG_PL050', if_true: files('pl050.c'))
7 system_ss.add(when: 'CONFIG_PS2', if_true: files('ps2.c'))
9 system_ss.add(when: 'CONFIG_TSC2005', if_true: files('tsc2005.c'))
11 system_ss.add(when: 'CONFIG_VIRTIO_INPUT', if_true: files('virtio-input.c'))
16 system_ss.add(when: 'CONFIG_PXA2XX', if_true: files('pxa2xx_keypad.c'))
17 system_ss.add(when: 'CONFIG_TSC210X', if_true: files('tsc210x.c'))
[all …]

12345678910>>...115