Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 25 of 29) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/xsm/
A Dxsm_core.c30 static inline int verify(struct xsm_operations *ops) in verify() function
49 if ( verify(&dummy_xsm_ops) ) in xsm_core_init()
143 if ( verify(ops) ) in register_xsm()
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dverify-stream-v212 from xen.migration.verify import StreamError, RecordError
80 VerifyLibxc(info, stream_read).verify()
82 VerifyLibxl(info, stream_read).verify()
/xen-4.10.0-shim-comet/tools/python/
A DMakefile24 $(INSTALL_PROG) scripts/verify-stream-v2 $(DESTDIR)$(LIBEXEC_BIN)
28 rm -f $(DESTDIR)$(LIBEXEC_BIN)/verify-stream-v2
/xen-4.10.0-shim-comet/tools/python/xen/migration/
A Dlibxl.py14 from xen.migration.verify import StreamError, RecordError, VerifyBase
79 def verify(self): member in VerifyLibxl
157 VerifyLibxc(self.info, self.read).verify()
A Dlibxc.py15 from xen.migration.verify import StreamError, RecordError, VerifyBase
132 def verify(self): member in VerifyLibxc
/xen-4.10.0-shim-comet/tools/console/testsuite/
A DREADME4 to verify that no data is lost. dom0 and domU share a handshake with each
19 console code. You can verify it at various levels by invoking it in different
/xen-4.10.0-shim-comet/xen/tools/
A Dscmversion41 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_common.h260 bool verify; member
A Dxc_sr_restore.c297 if ( ctx->restore.verify ) in process_page_data()
645 ctx->restore.verify = true; in process_record()
/xen-4.10.0-shim-comet/xen/include/acpi/cpufreq/
A Dcpufreq.h158 int (*verify)(struct cpufreq_policy *policy); member
/xen-4.10.0-shim-comet/docs/features/
A Dsched_credit.pandoc70 * create a few virtual machine and verify that they boot and can
A Dmigration.pandoc64 * `tools/python/scripts/verify-stream-v2`
A Dsched_credit2.pandoc69 * create a few virtual machine and verify that they boot and can
A Dlivepatch.pandoc53 issue. A live patch should be checked to verify that it is valid
A Dsched_rtds.pandoc79 * create a few virtual machines, directly inside the pool, and verify
A Dfeature-levelling.pandoc193 Xen cannot verify the memory/vcpu content against the CPUID policy, and can
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/cpufreq/
A Dpowernow.c351 .verify = powernow_cpufreq_verify,
A Dcpufreq.c640 .verify = acpi_cpufreq_verify,
/xen-4.10.0-shim-comet/docs/designs/
A Ddmop.markdown28 A DMOP hypercall consists of a domid (which is audited to verify that it
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dutility.c453 ret = cpufreq_driver->verify(policy); in __cpufreq_set_policy()
A Dcpufreq.c669 !driver_data->verify || !driver_data->exit || in cpufreq_register_driver()
/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig164 The workaround is to verify that the Stage 1 translation
/xen-4.10.0-shim-comet/docs/misc/
A D9pfs.markdown374 - verify *prod* against local copy (consumer shouldn't change it)
386 - verify *cons* against local copy (producer shouldn't change it)
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc573 A verify record indicates that, while all memory has now been sent, the sender
579 The verify record contains no fields; its body_length is 0.
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtransaction.ml201 (* get the lowest path of the query and verify that it hasn't

Completed in 19 milliseconds

12