/xen/tools/misc/ |
A D | xen-hvmcrash.c | 56 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 D | dump-core-format.txt | 62 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 D | vtd-pi.txt | 14 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 D | netif-staging-grants.pandoc | 341 10) Sets up extra info (e.g. GSO descriptor) [optional] repeat step 8).
|
A D | xen-command-line.pandoc | 1405 wait descriptor timed out', try increasing this value.
|
/xen/xen/arch/x86/cpu/ |
A D | intel_cacheinfo.c | 23 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 D | monitor.c | 104 uint8_t descriptor, bool is_write) in hvm_monitor_descriptor_access() argument 108 .u.desc_access.descriptor = descriptor, in hvm_monitor_descriptor_access()
|
A D | hvm.c | 3741 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 D | monitor.h | 42 uint8_t descriptor, bool is_write);
|
A D | support.h | 143 unsigned int descriptor, bool is_write);
|
/xen/xen/arch/x86/pv/ |
A D | Makefile | 2 obj-y += descriptor-tables.o
|
/xen/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.mli | 51 (** Return a file descriptor suitable for Unix.select. When 52 the descriptor becomes readable, it is safe to call 'pending'.
|
/xen/docs/designs/ |
A D | xenstore-migration.md | 126 | `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 D | qemu-deprivilege.md | 38 ## Xen library / file-descriptor restrictions 53 Use `fishdescriptor` to pull a file descriptor from a running QEMU,
|
/xen/xen/include/public/ |
A D | vm_event.h | 319 uint8_t descriptor; /* VM_EVENT_DESC_* */ member
|
A D | platform.h | 430 uint8_t descriptor; member
|
/xen/docs/misc/arm/device-tree/ |
A D | guest.txt | 38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
|
/xen/xen/drivers/cpufreq/ |
A D | cpufreq.c | 388 ptr->descriptor, ptr->length, ptr->space_id, ptr->bit_width, in print_PCT()
|
/xen/tools/tests/xen-access/ |
A D | xen-access.c | 872 req.u.desc_access.descriptor, in main()
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 48 + __u16 s_desc_size; /* size of group descriptor */
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 4129 ;; 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
|