Searched refs:generation (Results 1 – 21 of 21) sorted by relevance
/xen/tools/xenstore/ |
A D | xenstored_transaction.c | 120 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 D | xenstored_transaction.h | 30 extern uint64_t generation;
|
A D | xenstored_domain.c | 71 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 D | xenstored_core.h | 127 uint64_t generation; member
|
A D | xenstored_core.c | 390 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 D | asid.c | 86 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 D | dsdt_acpi_info.asl | 20 VGIA, 32, /* VM generation id address */
|
/xen/tools/xenstore/include/ |
A D | xenstore_lib.h | 48 uint64_t generation; member
|
/xen/xen/include/asm-x86/hvm/ |
A D | vcpu.h | 39 uint64_t generation; member
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 214 + __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 D | 60ext4.diff | 207 + __u32 eh_generation; /* generation of the tree */
|
/xen/tools/libxl/ |
A D | check-xl-vcpupin-parse.data-example | 5 # seed used for random number generation: seed=13328.
|
/xen/xen/arch/x86/ |
A D | Kconfig | 128 (First-generation Intel VT-x or AMD SVM).
|
/xen/docs/misc/ |
A D | xenstore-paths.pandoc | 253 #### ~/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 D | xenstore.txt | 158 the list of children to return. Return values are the generation
|
A D | livepatch.pandoc | 314 payload generation time if hypervisor function address is known. If unknown, 985 Hotpatch generation often requires support for compiling the target
|
A D | xen-command-line.pandoc | 1339 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 D | pylintrc | 4 # generation. It is itself both a raw checker and an astng checker in order
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 2086 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 D | SUPPORT.md | 95 PVH is a next-generation paravirtualized mode
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 37 - disable the generation of linemarkers by the preprocessor, since the latest
|
Completed in 57 milliseconds