Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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.markdown1132 wait descriptor timed out', try increasing this value.
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dintel_cacheinfo.c23 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 Dmonitor.c95 uint8_t descriptor, bool is_write) in hvm_monitor_descriptor_access() argument
99 .u.desc_access.descriptor = descriptor, in hvm_monitor_descriptor_access()
A Dhvm.c3706 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 Dmonitor.h43 uint8_t descriptor, bool is_write);
A Dsupport.h145 unsigned int descriptor, bool is_write);
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli34 (** 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 DMakefile2 obj-y += descriptor-tables.o
/xen-4.10.0-shim-comet/xen/include/public/
A Dvm_event.h283 uint8_t descriptor; /* VM_EVENT_DESC_* */ member
A Dplatform.h430 uint8_t descriptor; member
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dguest.txt38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq.c387 ptr->descriptor, ptr->length, ptr->space_id, ptr->bit_width, in print_PCT()
/xen-4.10.0-shim-comet/tools/tests/xen-access/
A Dxen-access.c847 req.u.desc_access.descriptor, in main()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff48 + __u16 s_desc_size; /* size of group descriptor */
/xen-4.10.0-shim-comet/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 34 milliseconds