/xen-4.10.0-shim-comet/xen/xsm/ |
A D | xsm_core.c | 30 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 D | verify-stream-v2 | 12 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 D | Makefile | 24 $(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 D | libxl.py | 14 from xen.migration.verify import StreamError, RecordError, VerifyBase 79 def verify(self): member in VerifyLibxl 157 VerifyLibxc(self.info, self.read).verify()
|
A D | libxc.py | 15 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 D | README | 4 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 D | scmversion | 41 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_common.h | 260 bool verify; member
|
A D | xc_sr_restore.c | 297 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 D | cpufreq.h | 158 int (*verify)(struct cpufreq_policy *policy); member
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 70 * create a few virtual machine and verify that they boot and can
|
A D | migration.pandoc | 64 * `tools/python/scripts/verify-stream-v2`
|
A D | sched_credit2.pandoc | 69 * create a few virtual machine and verify that they boot and can
|
A D | livepatch.pandoc | 53 issue. A live patch should be checked to verify that it is valid
|
A D | sched_rtds.pandoc | 79 * create a few virtual machines, directly inside the pool, and verify
|
A D | feature-levelling.pandoc | 193 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 D | powernow.c | 351 .verify = powernow_cpufreq_verify,
|
A D | cpufreq.c | 640 .verify = acpi_cpufreq_verify,
|
/xen-4.10.0-shim-comet/docs/designs/ |
A D | dmop.markdown | 28 A DMOP hypercall consists of a domid (which is audited to verify that it
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | utility.c | 453 ret = cpufreq_driver->verify(policy); in __cpufreq_set_policy()
|
A D | cpufreq.c | 669 !driver_data->verify || !driver_data->exit || in cpufreq_register_driver()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Kconfig | 164 The workaround is to verify that the Stage 1 translation
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | 9pfs.markdown | 374 - 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 D | libxc-migration-stream.pandoc | 573 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 D | transaction.ml | 201 (* get the lowest path of the query and verify that it hasn't
|