Home
last modified time | relevance | path

Searched refs:tracking (Results 1 – 25 of 230) sorted by relevance

12345678910

/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dmtdev_1.1.7.bb5 be from any MT device, specifically type A without contact tracking, type A with \
6 contact tracking, or type B with contact tracking"
/openbmc/qemu/hw/vfio/
H A Dlistener.c792 * The latter would otherwise generate large ranges for tracking, stressing in vfio_dirty_tracking_update_range()
835 .name = "vfio-tracking", in vfio_dirty_tracking_init()
858 * to dirty tracking. Unregister it after we are done as we are not in vfio_devices_dma_logging_stop()
894 VFIODirtyRanges *tracking) in vfio_device_feature_dma_logging_start_create()
919 control->num_ranges = !!tracking->max32 + !!tracking->max64 + in vfio_device_feature_dma_logging_start_create()
920 !!tracking->maxpci64; in vfio_device_feature_dma_logging_start_create()
931 if (tracking->max32) { in vfio_device_feature_dma_logging_start_create()
932 ranges->iova = tracking->min32; in vfio_device_feature_dma_logging_start_create()
933 ranges->length = (tracking in vfio_device_feature_dma_logging_start_create()
885 vfio_device_feature_dma_logging_start_create(VFIOContainerBase * bcontainer,VFIODirtyRanges * tracking) vfio_device_feature_dma_logging_start_create() argument
[all...]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/
H A Dlibnetfilter-cttimeout_1.0.1.bb1 SUMMARY = "Netfilter connection tracking timeout library"
2 …ing interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastru…
H A Dlibnetfilter-conntrack_1.1.0.bb1 SUMMARY = "Netfilter connection tracking library"
2 …viding a programming interface (API) to the Linux kernel netfilter connection tracking state table"
H A Dlibnetfilter-cthelper_1.0.1.bb1 SUMMARY = "Netfilter connection tracking helper library"
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst112 System memory dirty pages tracking
116 the VFIO dirty tracking module to start and stop dirty page tracking. A
118 dirty tracking module and marks system memory pages which were DMA-ed by the
121 Currently there are two ways dirty page tracking can be done:
122 (1) Device dirty tracking:
124 method can be used only if the device is capable of tracking its DMAs.
125 Discovering device capability, starting and stopping dirty tracking, and
133 In this method dirty tracking is done by IOMMU. However, there is currently no
134 IOMMU support for dirty page tracking. For this reason, all pages are
148 QEMU also provides a per device opt-out option ``pre-copy-dirty-page-tracking``
[all …]
/openbmc/qemu/qapi/
H A Dvfio.json28 # @pre-copy: The device is running, tracking its internal state and
32 # tracking its internal state and its internal state is available
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp243 ipmi::Context::ptr& ctx, const uint8_t tracking, in handleIpmbChannel() argument
284 if (tracking != modeNoTracking && tracking != modeTrackRequest) in handleIpmbChannel()
336 switch (tracking) in handleIpmbChannel()
390 const bool encryptionEnabled, const uint2_t tracking, in ipmiAppSendMessage() argument
427 ctx, static_cast<uint8_t>(tracking), unpackMsg, rspData); in ipmiAppSendMessage()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/
H A Dipmitool_1.8.19.bb52 # --disable-dependency-tracking speeds up the build
59 EXTRA_OECONF = "--disable-dependency-tracking --enable-file-security --disable-intf-free \
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.7.rst45 .. _migration-2.7-upstream-tracking.inc-removed:
47 The ``upstream-tracking.inc`` File Has Been Removed
50 The previously deprecated ``upstream-tracking.inc`` file is now removed.
54 Remove any references you have to the ``upstream-tracking.inc`` file in
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/
H A Dibus-native.bb20 # seems by moving to src we break dependency tracking so build what's
/openbmc/openbmc-tools/witherspoon-debug/
H A DREADME.md30 3. Disabling `perf(1)`'s buildid tracking (fills the RW filesystem)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py312 def __init__(self, output=sys.stdout, tracking=False, setup_logging=True): argument
329 self.tracking = tracking
384 if self.tracking:
651 if self.tracking:
658 if self.tracking:
H A Dcookerdata.py139 self.tracking = False
228 self.tracking = cookercfg.tracking
233 if self.tracking:
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A DMakefile-missing-test-dir.patch3 GCC used in OE-core has "dependency tracking" disabled and
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-getvar41 with bb.tinfoil.Tinfoil(tracking=True, setup_logging=not quiet) as tinfoil:
H A Dbitbake-config-build61 with bb.tinfoil.Tinfoil(tracking=True) as tinfoil:
H A Dbitbake-layers61 with bb.tinfoil.Tinfoil(tracking=True) as tinfoil:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/
H A Ddmalloc_5.5.2.bb10 include such things as memory-leak tracking, fence-post write detection, \
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py96 def setup_tinfoil(config_only=False, basepath=None, tracking=False): argument
109 tinfoil = bb.tinfoil.Tinfoil(tracking=tracking)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipeutils.py17 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
/openbmc/openbmc/poky/scripts/
H A Drecipetool28 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drecipetool28 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
/openbmc/u-boot/board/freescale/ls1021aiot/
H A DREADME12 automatic tracking of VTT
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfsdebugfiles.bbclass31 # of the files changes, license tracking in the image

12345678910