| /openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
| H A D | mtdev_1.1.7.bb | 5 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 D | listener.c | 792 * 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 D | libnetfilter-cttimeout_1.0.1.bb | 1 SUMMARY = "Netfilter connection tracking timeout library" 2 …ing interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastru…
|
| H A D | libnetfilter-conntrack_1.1.0.bb | 1 SUMMARY = "Netfilter connection tracking library" 2 …viding a programming interface (API) to the Linux kernel netfilter connection tracking state table"
|
| H A D | libnetfilter-cthelper_1.0.1.bb | 1 SUMMARY = "Netfilter connection tracking helper library"
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | vfio.rst | 112 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 D | vfio.json | 28 # @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 D | bridgingcommands.cpp | 243 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 D | ipmitool_1.8.19.bb | 52 # --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 D | migration-2.7.rst | 45 .. _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 D | ibus-native.bb | 20 # seems by moving to src we break dependency tracking so build what's
|
| /openbmc/openbmc-tools/witherspoon-debug/ |
| H A D | README.md | 30 3. Disabling `perf(1)`'s buildid tracking (fills the RW filesystem)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 312 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 D | cookerdata.py | 139 self.tracking = False 228 self.tracking = cookercfg.tracking 233 if self.tracking:
|
| /openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
| H A D | Makefile-missing-test-dir.patch | 3 GCC used in OE-core has "dependency tracking" disabled and
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-getvar | 41 with bb.tinfoil.Tinfoil(tracking=True, setup_logging=not quiet) as tinfoil:
|
| H A D | bitbake-config-build | 61 with bb.tinfoil.Tinfoil(tracking=True) as tinfoil:
|
| H A D | bitbake-layers | 61 with bb.tinfoil.Tinfoil(tracking=True) as tinfoil:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/ |
| H A D | dmalloc_5.5.2.bb | 10 include such things as memory-leak tracking, fence-post write detection, \
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 96 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 D | recipeutils.py | 17 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | recipetool | 28 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | recipetool | 28 tinfoil = bb.tinfoil.Tinfoil(tracking=True)
|
| /openbmc/u-boot/board/freescale/ls1021aiot/ |
| H A D | README | 12 automatic tracking of VTT
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | rootfsdebugfiles.bbclass | 31 # of the files changes, license tracking in the image
|