Home
last modified time | relevance | path

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

/xen/tools/misc/
A Dxen-hvmcrash.c56 struct hvm_save_descriptor *descriptor; in main() local
112 descriptor = (struct hvm_save_descriptor *)(buf + off); in main()
116 if (descriptor->typecode == HVM_SAVE_CODE(CPU)) { in main()
121 printf("CPU[%d]: RIP = %" PRIx64 "\n", descriptor->instance, cpu->rip); in main()
123 } else if (descriptor->typecode == HVM_SAVE_CODE(END)) { in main()
127 off += descriptor->length; in main()
/xen/docs/misc/
A Ddump-core-format.txt62 note descriptor in .note.Xen note section.
87 note descriptor in .note.Xen note section.
103 note descriptor in .note.Xen note section.
121 descriptor in .note.Xen section.
123 descriptor in .note.Xen section.
134 note descriptor in .note.Xen note section.
157 none note descriptor
167 header note descriptor
185 xen_version descriptor
198 This note descriptor stores basic information about xen
[all …]
A Dvtd-pi.txt14 Posted-interrupt descriptor:
43 posted-interrupt-descriptor structure by the root-complex or software,
99 recorded in a data structure called a posted-interrupt descriptor.
109 posted-interrupt-descriptor structure by the root-complex, followed by
117 the posted-interrupt descriptor. The posted-interrupt descriptor hosts storage
120 interrupts recorded in the posted-interrupt descriptor.
134 7. Update posted-interrupt descriptor during vCPU scheduling.
152 Here is the new structure for posted-interrupt descriptor:
236 Descriptor Address: the address of the posted-interrupt descriptor
242 each vCPU has a dedicated posted-interrupt descriptor.
[all …]
A Dnetif-staging-grants.pandoc341 10) Sets up extra info (e.g. GSO descriptor) [optional] repeat step 8).
A Dxen-command-line.pandoc1405 wait descriptor timed out', try increasing this value.
/xen/xen/arch/x86/cpu/
A Dintel_cacheinfo.c23 unsigned char descriptor; member
200 while (cache_table[k].descriptor != 0) in init_intel_cacheinfo()
202 if (cache_table[k].descriptor == des) { in init_intel_cacheinfo()
/xen/xen/arch/x86/hvm/
A Dmonitor.c104 uint8_t descriptor, bool is_write) in hvm_monitor_descriptor_access() argument
108 .u.desc_access.descriptor = descriptor, in hvm_monitor_descriptor_access()
A Dhvm.c3741 unsigned int descriptor, bool is_write) in hvm_descriptor_access_intercept() argument
3750 descriptor, is_write); in hvm_descriptor_access_intercept()
/xen/xen/include/asm-x86/hvm/
A Dmonitor.h42 uint8_t descriptor, bool is_write);
A Dsupport.h143 unsigned int descriptor, bool is_write);
/xen/xen/arch/x86/pv/
A DMakefile2 obj-y += descriptor-tables.o
/xen/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli51 (** Return a file descriptor suitable for Unix.select. When
52 the descriptor becomes readable, it is safe to call 'pending'.
/xen/docs/designs/
A Dxenstore-migration.md126 | `rw-socket-fd` | The file descriptor of the socket accepting |
129 | `ro-socket-fd` | The file descriptor of the socket accepting |
237 | `socket-fd` | The file descriptor of the connected socket |
241 the file descriptor of the socket connection.
A Dqemu-deprivilege.md38 ## Xen library / file-descriptor restrictions
53 Use `fishdescriptor` to pull a file descriptor from a running QEMU,
/xen/xen/include/public/
A Dvm_event.h319 uint8_t descriptor; /* VM_EVENT_DESC_* */ member
A Dplatform.h430 uint8_t descriptor; member
/xen/docs/misc/arm/device-tree/
A Dguest.txt38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
/xen/xen/drivers/cpufreq/
A Dcpufreq.c388 ptr->descriptor, ptr->length, ptr->space_id, ptr->bit_width, in print_PCT()
/xen/tools/tests/xen-access/
A Dxen-access.c872 req.u.desc_access.descriptor, in main()
/xen/stubdom/grub.patches/
A D60ext4.diff48 + __u16 s_desc_size; /* size of group descriptor */
/xen/tools/firmware/rombios/
A Drombios.c4129 ;; GDT points to valid descriptor table, now load SS, DS, ES
4130 mov ax, #0x28 ;; 101 000 = 5th descriptor in table, TI=GDT, RPL=00
4132 mov ax, #0x10 ;; 010 000 = 2nd descriptor in table, TI=GDT, RPL=00
4134 mov ax, #0x18 ;; 011 000 = 3rd descriptor in table, TI=GDT, RPL=00
11544 ;; Protected mode IDT descriptor
11559 ;; Real mode IDT descriptor
11602 mov ax, ss ; set readable descriptor to ds, for calling pcibios

Completed in 220 milliseconds