Home
last modified time | relevance | path

Searched refs:broadcast (Results 1 – 18 of 18) sorted by relevance

/qemu/hw/i2c/
H A Dcore.c38 if (!bus->broadcast) { in i2c_bus_pre_save()
82 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast, in i2c_scan_bus() argument
92 if (sc->match_and_add(candidate, address, broadcast, current_devs)) { in i2c_scan_bus()
93 if (!broadcast) { in i2c_scan_bus()
103 return broadcast; in i2c_scan_bus()
134 bus->broadcast = true; in i2c_do_start_transfer()
167 if (rv && !bus->broadcast) { in i2c_do_start_transfer()
253 bus->broadcast = false; in i2c_end_transfer()
300 if (!QLIST_EMPTY(&bus->current_devs) && !bus->broadcast) { in i2c_recv()
392 bool broadcast, I2CNodeList *current_devs) in i2c_slave_match() argument
[all …]
H A Di2c_mux_pca954x.c68 bool broadcast, in OBJECT_DECLARE_TYPE()
76 if ((candidate->address == address) || broadcast) { in OBJECT_DECLARE_TYPE()
80 if (!broadcast) { in OBJECT_DECLARE_TYPE()
90 if (i2c_scan_bus(mux->bus[i], address, broadcast, in OBJECT_DECLARE_TYPE()
92 if (!broadcast) { in OBJECT_DECLARE_TYPE()
99 return broadcast; in OBJECT_DECLARE_TYPE()
/qemu/include/hw/i2c/
H A Di2c.h55 bool (*match_and_add)(I2CSlave *candidate, uint8_t address, bool broadcast,
91 bool broadcast; member
154 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast,
/qemu/hw/intc/
H A Dgrlib_irqmp.c81 uint32_t broadcast; member
151 if (s->broadcast & 1 << irq) { in grlib_irqmp_set_irq()
195 return state->broadcast; in grlib_irqmp_read()
285 state->broadcast = value; in grlib_irqmp_write()
H A Dtrace-events23 ioapic_eoi_broadcast(int vector) "EOI broadcast for vector %d"
24 ioapic_eoi_delayed_reassert(int vector) "delayed reassert on EOI broadcast for vector %d"
/qemu/hw/net/
H A Dxgmac.c339 int unicast, broadcast, multicast; in eth_rx() local
347 broadcast = memcmp(buf, sa_bcast, 6) == 0; in eth_rx()
348 multicast = !unicast && !broadcast; in eth_rx()
373 } else if (broadcast) { in eth_rx()
H A Dxilinx_axienet.c706 int unicast, broadcast, multicast, ip_multicast = 0; in eth_rx() local
719 broadcast = memcmp(buf, sa_bcast, 6) == 0; in eth_rx()
720 multicast = !unicast && !broadcast; in eth_rx()
741 if (broadcast) { in eth_rx()
775 if (broadcast) { in eth_rx()
832 } else if (broadcast) { in eth_rx()
H A Dtulip.c198 static const char broadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in tulip_filter_address() local
208 if (!memcmp(addr, broadcast, ETH_ALEN)) { in tulip_filter_address()
H A Dtrace-events386 sunhme_rx_filter_bcast_match(void) "incoming frame matches broadcast MAC address"
/qemu/target/arm/tcg/
H A Dsve.decode525 # SVE broadcast bitmask immediate
555 # SVE broadcast general register
558 # SVE broadcast indexed element
623 # SVE conditionally broadcast element to vector
796 # SVE broadcast floating-point immediate (unpredicated)
799 # SVE broadcast integer immediate (unpredicated)
1133 # SVE load and broadcast element
1176 # SVE load and broadcast quadword (scalar plus scalar)
1182 # SVE load and broadcast quadword (scalar plus immediate)
1679 ### SVE broadcast predicate element
/qemu/qapi/
H A Dnet.json792 # @broadcast-allowed: whether to receive broadcast
815 'broadcast-allowed': 'bool',
929 # Trigger generation of broadcast RARP frames to update network
/qemu/target/i386/whpx/
H A Dwhpx-all.c1788 bool broadcast = false; in whpx_vcpu_run() local
1837 broadcast = true; in whpx_vcpu_run()
1843 broadcast = true; in whpx_vcpu_run()
1847 if (!broadcast && !include_self) { in whpx_vcpu_run()
/qemu/hw/nvme/
H A Dctrl.c3282 bool broadcast; member
3338 if (iocb->broadcast) { in nvme_do_flush()
3372 iocb->broadcast = (nsid == NVME_NSID_BROADCAST); in nvme_flush()
3374 if (!iocb->broadcast) { in nvme_flush()
6463 bool broadcast; member
6575 if (iocb->broadcast) { in nvme_do_format()
6626 iocb->broadcast = (nsid == NVME_NSID_BROADCAST); in nvme_format()
6633 if (!iocb->broadcast) { in nvme_format()
/qemu/
H A Dhmp-commands.hx1490 .args_type = "broadcast:-b,cpu_index:i,bank:i,status:l,mcg_status:l,addr:l,misc:l",
1492 .help = "inject a MCE on the given CPU [and broadcast to other CPUs with -b option]",
H A Dqemu-options.hx3128 In BOOTP reply, broadcast name as the "TFTP server name"
3134 When using the user mode network stack, broadcast file as the
/qemu/target/s390x/
H A Dcpu_features_def.h.inc129 DEF_FEAT(SIE_IBS, "ibs", SCLP_CONF_CHAR_EXT, 10, "SIE: Interlock-and-broadcast-suppression facility…
/qemu/docs/interop/
H A Dvhost-user.rst1334 Ask vhost user back-end to broadcast a fake RARP to notify the migration
1342 back-end to construct and broadcast the fake RARP.
/qemu/tests/tcg/i386/
H A Dx86.csv167 # when instruction uses embedded broadcast feature.