Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 21 of 21) sorted by relevance

/xen/tools/xenstore/
A Dxenstored_transaction.c120 uint64_t generation; member
156 uint64_t generation; member
169 uint64_t generation; variable
245 node->generation = ++generation; in access_node()
292 i->generation = node->generation; in access_node()
294 if (node->generation != NO_GENERATION) { in access_node()
361 gen = hdr->generation; in finalize_transaction()
363 if (i->generation != gen) in finalize_transaction()
382 hdr->generation = ++generation; in finalize_transaction()
470 trans->generation = ++generation; in do_transaction_start()
[all …]
A Dxenstored_transaction.h30 extern uint64_t generation;
A Dxenstored_domain.c71 uint64_t generation; member
344 domain->generation = generation; in alloc_domain()
816 return (d->generation <= gen) ? 1 : 0; in chk_domain_generation()
834 ret = chk_domain_generation(node->perms.p[0].id, node->generation); in domain_adjust_node_perms()
846 node->generation); in domain_adjust_node_perms()
A Dxenstored_core.h127 uint64_t generation; member
A Dxenstored_core.c390 node->generation = NO_GENERATION; in read_node()
406 node->generation = hdr->generation; in read_node()
450 hdr->generation = node->generation; in write_node_raw()
853 genlen = snprintf(gen, sizeof(gen), "%"PRIu64, node->generation) + 1; in send_directory_part()
/xen/xen/arch/x86/hvm/
A Dasid.c86 write_atomic(&asid->generation, 0); in hvm_asid_flush_vcpu_asid()
124 if ( read_atomic(&asid->generation) == data->core_asid_generation ) in hvm_asid_handle_vmenter()
138 write_atomic(&asid->generation, data->core_asid_generation); in hvm_asid_handle_vmenter()
/xen/tools/libacpi/
A Ddsdt_acpi_info.asl20 VGIA, 32, /* VM generation id address */
/xen/tools/xenstore/include/
A Dxenstore_lib.h48 uint64_t generation; member
/xen/xen/include/asm-x86/hvm/
A Dvcpu.h39 uint64_t generation; member
/xen/stubdom/grub.patches/
A D61btrfs.diff214 + __le64 generation; /* expected generation */
265 + __le64 generation;
305 + __le64 generation;
368 + __le64 generation;
445 + __le64 generation;
487 + __le64 generation;
524 + __le64 generation;
554 + __le64 generation;
1200 + generation, 64);
1751 + u64 generation,
[all …]
A D60ext4.diff207 + __u32 eh_generation; /* generation of the tree */
/xen/tools/libxl/
A Dcheck-xl-vcpupin-parse.data-example5 # seed used for random number generation: seed=13328.
/xen/xen/arch/x86/
A DKconfig128 (First-generation Intel VT-x or AMD SVM).
/xen/docs/misc/
A Dxenstore-paths.pandoc253 #### ~/platform/generation-id = INTEGER ":" INTEGER [HVM,INTERNAL]
266 need generate a new random generation ID and write it to guest memory
270 circumstances where the generation ID needs to be changed.
A Dxenstore.txt158 the list of children to return. Return values are the generation
A Dlivepatch.pandoc314 payload generation time if hypervisor function address is known. If unknown,
985 Hotpatch generation often requires support for compiling the target
A Dxen-command-line.pandoc1339 generation of IOMMUs only supported DMA remapping, and Interrupt Remapping
1340 appeared in the second generation.
1374 feature in second-generation IOMMUs and is a functional prerequisite for
/xen/tools/python/
A Dpylintrc4 # generation. It is itself both a raw checker and an astng checker in order
/xen/docs/man/
A Dxl.cfg.5.pod.in2086 Provide a VM generation ID to the guest.
2088 The VM generation ID is a 128-bit random number that a guest may use
2101 Generate a random VM generation ID every time the domain is created or
2106 Do not provide a VM generation ID.
2111 L<https://docs.microsoft.com/en-us/windows/win32/hyperv_v2/virtual-machine-generation-identifier>
/xen/
A DSUPPORT.md95 PVH is a next-generation paravirtualized mode
/xen/tools/firmware/vgabios/
A DChangeLog37 - disable the generation of linemarkers by the preprocessor, since the latest

Completed in 57 milliseconds