/openbmc/u-boot/lib/ |
H A D | lmb.c | 144 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 D | kvm.h | 99 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 D | perf-c2c.txt | 301 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 D | virtio-net.h | 72 uint32_t coalesced; member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | trace.h | 482 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 D | memory.c | 1052 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 D | ccio-dma.c | 907 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 D | sba_iommu.c | 1442 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 D | hmp-commands-info.hx | 294 When different objects that share the same call site are coalesced, 296 being coalesced.
|
/openbmc/qemu/docs/devel/ |
H A D | memory.rst | 16 - setting up coalesced memory for kvm 156 Various region attributes (read-only, dirty logging, coalesced mmio,
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | vcpu-requests.rst | 237 then they may be coalesced. This is easily done by having the first IPI
|
H A D | api.rst | 4848 :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 D | memory.h | 794 QTAILQ_HEAD(, CoalescedMemoryRange) coalesced;
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
H A D | atlantic.rst | 517 them as a single coalesced unit to the OS networking subsystem.
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 404 exits GRO, either as a coalesced superframe or as an original packet which
|
/openbmc/linux/Documentation/networking/ |
H A D | tls-offload.rst | 188 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2310 chain->stat.coalesced++; in virtio_net_rsc_coalesce_data()
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|