/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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.markdown | 1132 wait descriptor timed out', try increasing this value.
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | intel_cacheinfo.c | 23 unsigned char descriptor; member 206 while (cache_table[k].descriptor != 0) in init_intel_cacheinfo() 208 if (cache_table[k].descriptor == des) { in init_intel_cacheinfo()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | monitor.c | 95 uint8_t descriptor, bool is_write) in hvm_monitor_descriptor_access() argument 99 .u.desc_access.descriptor = descriptor, in hvm_monitor_descriptor_access()
|
A D | hvm.c | 3706 unsigned int descriptor, bool is_write) in hvm_descriptor_access_intercept() argument 3715 descriptor, is_write); in hvm_descriptor_access_intercept()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | monitor.h | 43 uint8_t descriptor, bool is_write);
|
A D | support.h | 145 unsigned int descriptor, bool is_write);
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.mli | 34 (** Return a file descriptor suitable for Unix.select. When 35 the descriptor becomes readable, it is safe to call 'pending'.
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | Makefile | 2 obj-y += descriptor-tables.o
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | vm_event.h | 283 uint8_t descriptor; /* VM_EVENT_DESC_* */ member
|
A D | platform.h | 430 uint8_t descriptor; member
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | guest.txt | 38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | cpufreq.c | 387 ptr->descriptor, ptr->length, ptr->space_id, ptr->bit_width, in print_PCT()
|
/xen-4.10.0-shim-comet/tools/tests/xen-access/ |
A D | xen-access.c | 847 req.u.desc_access.descriptor, in main()
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 60ext4.diff | 48 + __u16 s_desc_size; /* size of group descriptor */
|
/xen-4.10.0-shim-comet/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
|