Searched refs:instance (Results 1 – 9 of 9) sorted by relevance
| /tools/libs/stat/ |
| A D | xenstat_solaris.c | 36 int instance; member 126 ksp = kstat_lookup(priv->kc, "xdb", dev->instance, in update_dev_stats() 162 int instance, int domid) in init_dev() argument 173 dev->instance = instance; in init_dev() 298 xenstat_vbd *vbd, int instance) in update_xdb() argument 304 dev->instance == instance) { in update_xdb() 307 vbd->dev = dev->instance; in update_xdb() 315 return init_dev(priv, DEVICE_XDB, NULL, instance, dom->id); in update_xdb()
|
| /tools/firmware/hvmloader/ |
| A D | smbios.c | 84 smbios_type_17_init(void *start, uint32_t memory_size_mb, int instance); 86 smbios_type_19_init(void *start, uint32_t memory_size_mb, int instance); 88 smbios_type_20_init(void *start, uint32_t memory_size_mb, int instance); 788 p->header.handle = SMBIOS_HANDLE_TYPE17 + instance; in smbios_type_17_init() 805 itoa(buf, instance); in smbios_type_17_init() 823 p->header.handle = SMBIOS_HANDLE_TYPE19 + instance; in smbios_type_19_init() 825 p->starting_address = instance << 24; in smbios_type_19_init() 845 p->header.handle = SMBIOS_HANDLE_TYPE20 + instance; in smbios_type_20_init() 847 p->starting_address = instance << 24; in smbios_type_20_init() 849 p->memory_device_handle = 0x1100 + instance; in smbios_type_20_init() [all …]
|
| /tools/golang/xenlight/ |
| A D | README.md | 26 release tag; for instance:
|
| /tools/debugger/kdd/ |
| A D | kdd-xen.c | 150 if (maxcpu < desc->instance) in kdd_count_cpus() 151 maxcpu = desc->instance; in kdd_count_cpus() 170 if (desc->typecode == HVM_SAVE_CODE(CPU) && desc->instance == cpuid) { in get_cpu() 194 if (desc->typecode == HVM_SAVE_CODE(LAPIC_REGS) && desc->instance == cpuid) { in get_lapic()
|
| /tools/libs/light/ |
| A D | idl.txt | 6 .idl file must be an instance of idl.Type (e.g. you may not define 110 The <N> for a given instance must be passed to the constructor and is
|
| /tools/libs/guest/ |
| A D | xg_dom_x86.c | 977 unsigned int instance) in hvm_get_save_record() argument 984 if ( header->typecode == type && header->instance == instance ) in hvm_get_save_record() 1049 bsp_ctx.cpu_d.instance = 0; in vcpu_hvm() 1083 bsp_ctx.end_d.instance = 0; in vcpu_hvm() 1125 mtrr.mtrr_d.instance = i; in vcpu_hvm()
|
| /tools/misc/ |
| A D | xen-hvmctx.c | 441 (unsigned) desc.instance, (unsigned) desc.length); in main()
|
| /tools/libs/ctrl/ |
| A D | xc_domain.c | 439 uint16_t instance, in xc_domain_hvm_getcontext_partial() argument 453 domctl.u.hvmcontext_partial.instance = instance; in xc_domain_hvm_getcontext_partial()
|
| /tools/include/ |
| A D | xenctrl.h | 747 uint16_t instance,
|
Completed in 85 milliseconds