Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlmb.c144 unsigned long coalesced = 0; in lmb_add_region() local
167 coalesced++; in lmb_add_region()
171 coalesced++; in lmb_add_region()
181 coalesced++; in lmb_add_region()
184 if (coalesced) in lmb_add_region()
185 return coalesced; in lmb_add_region()
/openbmc/linux/include/trace/events/
H A Dkvm.h99 TP_PROTO(__u64 e, int pin, bool coalesced),
100 TP_ARGS(e, pin, coalesced),
105 __field( bool, coalesced )
111 __entry->coalesced = coalesced;
120 __entry->coalesced ? " (coalesced)" : "")
/openbmc/linux/tools/perf/Documentation/
H A Dperf-c2c.txt301 tid - coalesced by process TIDs
302 pid - coalesced by process PIDs
303 iaddr - coalesced by code address, following fields are displayed:
305 dso - coalesced by shared object
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h72 uint32_t coalesced; member
/openbmc/linux/arch/x86/kvm/
H A Dtrace.h482 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced),
483 TP_ARGS(chip, pin, elcr, imr, coalesced),
490 __field( bool, coalesced )
498 __entry->coalesced = coalesced;
505 __entry->coalesced ? " (coalesced)" : "")
/openbmc/qemu/system/
H A Dmemory.c1052 QTAILQ_FOREACH(cmr, &fr->mr->coalesced, link) { in flat_range_coalesced_io_del()
1062 if (QTAILQ_EMPTY(&mr->coalesced)) { in flat_range_coalesced_io_add()
1066 QTAILQ_FOREACH(cmr, &mr->coalesced, link) { in flat_range_coalesced_io_add()
1081 QTAILQ_FOREACH(cmr, &mr->coalesced, link) { in flat_range_coalesced_io_notify_listener_add_del()
1440 QTAILQ_INIT(&mr->coalesced); in memory_region_initfn()
2662 QTAILQ_INSERT_TAIL(&mr->coalesced, cmr, link); in memory_region_add_coalescing()
2671 if (QTAILQ_EMPTY(&mr->coalesced)) { in memory_region_clear_coalescing()
2678 while (!QTAILQ_EMPTY(&mr->coalesced)) { in memory_region_clear_coalescing()
2679 cmr = QTAILQ_FIRST(&mr->coalesced); in memory_region_clear_coalescing()
2680 QTAILQ_REMOVE(&mr->coalesced, cmr, link); in memory_region_clear_coalescing()
[all …]
/openbmc/linux/drivers/parisc/
H A Dccio-dma.c907 int coalesced, filled = 0; in ccio_map_sg() local
946 coalesced = iommu_coalesce_chunks(ioc, dev, sglist, nents, ccio_alloc_range); in ccio_map_sg()
960 BUG_ON(coalesced != filled); in ccio_map_sg()
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c1442 int coalesced, filled = 0; in sba_map_sg_attrs() local
1494 coalesced = sba_coalesce_chunks(ioc, dev, sglist, nents); in sba_map_sg_attrs()
1495 if (coalesced < 0) { in sba_map_sg_attrs()
1520 ASSERT(coalesced == filled); in sba_map_sg_attrs()
/openbmc/qemu/
H A Dhmp-commands-info.hx294 When different objects that share the same call site are coalesced,
296 being coalesced.
/openbmc/qemu/docs/devel/
H A Dmemory.rst16 - setting up coalesced memory for kvm
156 Various region attributes (read-only, dirty logging, coalesced mmio,
/openbmc/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst237 then they may be coalesced. This is easily done by having the first IPI
H A Dapi.rst4848 :Capability: KVM_CAP_COALESCED_MMIO (for coalesced mmio)
4849 KVM_CAP_COALESCED_PIO (for coalesced pio)
4860 When a hardware register is configured for coalesced I/O, write accesses
4870 Coalesced pio is based on coalesced mmio. There is little difference
4871 between coalesced mmio and pio except that coalesced pio records accesses
/openbmc/qemu/include/exec/
H A Dmemory.h794 QTAILQ_HEAD(, CoalescedMemoryRange) coalesced;
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst517 them as a single coalesced unit to the OS networking subsystem.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst404 exits GRO, either as a coalesced superframe or as an original packet which
/openbmc/linux/Documentation/networking/
H A Dtls-offload.rst188 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2310 chain->stat.coalesced++; in virtio_net_rsc_coalesce_data()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg4022 * The count of commands that have been coalesced.