Home
last modified time | relevance | path

Searched full:synchronize (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/qemu/include/system/
H A Dhw_accel.h23 * @cpu: The vCPU to synchronize.
25 * Request to synchronize QEMU vCPU registers from the hardware accelerator
34 * @cpu: The vCPU to synchronize.
36 * Request to synchronize QEMU vCPU registers to the hardware accelerator
/openbmc/qemu/include/accel/
H A Daccel-cpu-ops.h47 * @cpu: The vCPU to synchronize.
49 * Request to synchronize QEMU vCPU registers to the hardware accelerator
57 * @cpu: The vCPU to synchronize.
59 * Request to synchronize QEMU vCPU registers from the hardware accelerator
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/
H A DREADME.md20 - SynchronizeDirectoryCommonData - Synchronize directory common data before
22 - AgentSynchronizeData - Synchronize SMBIOS data from file after data transfer
H A DMDR_V2.interface.yaml129 Synchronize SMBIOS data from file.
138 Synchronize directory common data.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/
H A Dhtpdate_1.3.7.bb2 DESCRIPTION = "The HTTP Time Protocol (HTP) is used to synchronize a computer's time with\
5 Htpdate will synchronize the computer time to Greenwich Mean Time (GMT),\
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/
H A Ddnf_runtime.py45 …ue(re.match(r".*Failed to synchronize cache", output_makecache, re.DOTALL) is None, msg = "dnf mak…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/
H A Dphc2sys@.service.in2 Description=Synchronize system clock or PTP hardware clock (PHC)
/openbmc/qemu/docs/devel/
H A Dreplay.rst250 - EVENT_INTERRUPT. Used to synchronize interrupt processing.
251 - EVENT_EXCEPTION. Used to synchronize exception handling.
275 - REPLAY_ASYNC_EVENT_BLOCK. Block device operation. Used to synchronize
288 - EVENT_CHAR_WRITE. Used to synchronize character output operations. Followed by:
293 - EVENT_CHAR_READ_ALL. Used to synchronize character input operations,
/openbmc/qemu/include/qemu/
H A Dthread-context.h40 /* Mutex to synchronize requests. */
H A Datomic128.h41 * read-only memory, and thus all atomic operations must synchronize
/openbmc/phosphor-logging/
H A Dutil.hpp21 * @brief Synchronize unwritten journal messages to disk.
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-balloon.h58 * Lock to synchronize threads to access the free page reporting related
/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c155 * system is about to take over. We synchronize the buffer to in cmma_load()
158 sac->synchronize(sas); in cmma_load()
315 sa_cl->synchronize = qemu_s390_synchronize_stub; in qemu_s390_stattrib_class_init()
/openbmc/qemu/include/hw/s390x/
H A Dstorage-attributes.h40 void (*synchronize)(S390StAttribState *sa); member
/openbmc/qemu/docs/interop/
H A Dlive-block-operations.rst18 synchronize data from a disk image chain (including current active disk)
118 (3) ``drive-mirror`` (and ``blockdev-mirror``): Synchronize a running
506 Synchronize a running disk image chain (all or part of it) to a target
552 (1) ``full`` -- Synchronize the content of entire disk image chain to
555 (2) ``top`` -- Synchronize only the contents of the top-most disk image
558 (3) ``none`` -- Synchronize only the new writes from this point on.
569 (4) ``incremental`` -- Synchronize content that is described by the
668 Instead of copying content from the entire chain, synchronize *only* the
750 synchronize to a pre-created file, therefore 'existing', file on the
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl.c37 /* Read back the register to synchronize the write. */ in board_init_f()
/openbmc/u-boot/fs/ubifs/
H A Dmisc.h119 * ubifs_wbuf_sync - synchronize write-buffer.
120 * @wbuf: write-buffer to synchronize
H A Dio.c486 * ubifs_wbuf_sync_nolock - synchronize write-buffer.
487 * @wbuf: write-buffer to synchronize
602 * ubifs_bg_wbufs_sync - synchronize write-buffers.
605 * This function is called by background thread to synchronize write-buffers.
623 dbg_io("synchronize"); in ubifs_bg_wbufs_sync()
1121 * ubifs_sync_wbufs_by_inode - synchronize write-buffers for an inode.
1123 * @inode: inode to synchronize
/openbmc/qemu/block/
H A Dgraph-lock.c229 * Synchronize access with reader_count() in bdrv_graph_wrlock(). in bdrv_graph_co_rdlock()
244 * Additional check when we use the above lock to synchronize in bdrv_graph_co_rdlock()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dspl.c49 /* Read back the register to synchronize the write. */ in board_init_f()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dspl.c45 /* Read back the register to synchronize the write. */ in board_init_f()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc_time.robot76 # Synchronize BMC date/time to local system date/time.
/openbmc/qemu/util/
H A Dcoroutine-ucontext.c115 __tsan_switch_to_fiber(fake_stack_save, 0); /* 0=synchronize */ in finish_switch_fiber()
144 __tsan_switch_to_fiber(new_fiber, 0); /* 0=synchronize */ in start_switch_fiber_tsan()
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c51 static CPUState *mon_get_cpu_sync(Monitor *mon, bool synchronize) in mon_get_cpu_sync() argument
71 if (synchronize) { in mon_get_cpu_sync()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_config.h34 /* Status byte for guest to report progress, and synchronize features. */

12345