/xen/tools/libxc/ |
A D | xc_dom_binloader.c | 224 dom->guest_type = "xen-3.0-x86_32"; in xc_dom_parse_bin_kernel() 227 dom->guest_type = "xen-3.0-x86_32p"; in xc_dom_parse_bin_kernel() 230 dom->guest_type = "xen-3.0-x86_64"; in xc_dom_parse_bin_kernel() 236 dom->guest_type = "xen-3.0-x86_32"; in xc_dom_parse_bin_kernel() 240 dom->guest_type = "xen-3.0-x86_32p"; in xc_dom_parse_bin_kernel()
|
A D | xc_dom_armzimageloader.c | 118 dom->guest_type = "xen-3.0-armv7l"; in xc_dom_parse_zimage32_kernel() 120 __FUNCTION__, dom->guest_type, in xc_dom_parse_zimage32_kernel() 207 dom->guest_type = "xen-3.0-aarch64"; in xc_dom_parse_zimage64_kernel() 209 __FUNCTION__, dom->guest_type, in xc_dom_parse_zimage64_kernel()
|
A D | xc_dom_arm.c | 199 static int set_mode(xc_interface *xch, uint32_t domid, char *guest_type) in set_mode() argument 216 if ( !strcmp(types[i].guest, guest_type) ) in set_mode() 221 __FUNCTION__, guest_type); in set_mode() 226 guest_type, domctl.u.address_size.size); in set_mode() 403 rc = set_mode(dom->xch, dom->guest_domid, dom->guest_type); in meminit() 511 .guest_type = "xen-3.0-armv7l", 525 .guest_type = "xen-3.0-aarch64",
|
A D | xc_dom_elfloader.c | 188 dom->guest_type = xc_dom_guest_type(dom, elf); in xc_dom_parse_elf_kernel() 189 if ( dom->guest_type == NULL ) in xc_dom_parse_elf_kernel() 192 __FUNCTION__, dom->guest_type, in xc_dom_parse_elf_kernel()
|
A D | xc_sr_restore_x86_hvm.c | 140 if ( ctx->restore.guest_type != DHDR_TYPE_X86_HVM ) in x86_hvm_setup() 143 dhdr_type_to_str(ctx->restore.guest_type)); in x86_hvm_setup()
|
A D | xc_sr_save.c | 9 static int write_headers(struct xc_sr_context *ctx, uint16_t guest_type) in write_headers() argument 20 .type = guest_type, in write_headers() 851 static int save(struct xc_sr_context *ctx, uint16_t guest_type) in save() argument 857 ctx->domid, dhdr_type_to_str(guest_type)); in save() 865 rc = write_headers(ctx, guest_type); in save()
|
A D | xc_dom_x86.c | 773 strncpy(start_info->magic, dom->guest_type, sizeof(start_info->magic)); in start_info_x86_32() 819 strncpy(start_info->magic, dom->guest_type, sizeof(start_info->magic)); in start_info_x86_64() 1152 static int x86_compat(xc_interface *xch, uint32_t domid, char *guest_type) in x86_compat() argument 1168 if ( !strcmp(types[i].guest, guest_type) ) in x86_compat() 1175 guest_type, domctl.u.address_size.size); in x86_compat() 1194 rc = x86_compat(dom->xch, dom->guest_domid, dom->guest_type); in meminit_pv() 1681 if ( !strcmp(types[i].guest, dom->guest_type) ) in bootlate_pv() 1881 .guest_type = "xen-3.0-x86_32p", 1900 .guest_type = "xen-3.0-x86_64", 1919 .guest_type = "hvm-3.0-x86_32",
|
A D | xc_dom_boot.c | 80 match = !strcmp(dom->guest_type, item); in xc_dom_compat_check() 89 __FUNCTION__, dom->guest_type); in xc_dom_compat_check()
|
A D | xc_sr_common.h | 265 uint32_t guest_type; member
|
A D | xc_dom_hvmloader.c | 124 dom->guest_type = "hvm-3.0-x86_32"; in xc_dom_parse_hvm_kernel()
|
A D | xc_dom_core.c | 709 if ( !strcmp(hooks->guest_type, dom->guest_type) ) in xc_dom_set_arch_hooks() 725 "%s: not found (type %s)", __FUNCTION__, dom->guest_type); in xc_dom_set_arch_hooks() 913 if ( dom->guest_type == NULL ) in xc_dom_parse_image()
|
A D | xc_sr_restore_x86_pv.c | 1045 if ( ctx->restore.guest_type != DHDR_TYPE_X86_PV ) in x86_pv_setup() 1048 dhdr_type_to_str(ctx->restore.guest_type)); in x86_pv_setup()
|
A D | xc_sr_restore.c | 59 ctx->restore.guest_type = dhdr.type; in read_headers()
|
/xen/tools/misc/ |
A D | xen-detect.c | 41 enum guest_type { enum 173 static enum guest_type check_sysfs(void) in check_sysfs() 176 enum guest_type res = XEN_NONE; in check_sysfs() 221 enum guest_type detected, expected = 0; in main()
|
/xen/stubdom/grub/ |
A D | kexec.c | 259 if (strcmp(dom->guest_type, "xen-3.0-x86_32p")) { in kexec() 260 printk("can only boot x86 32 PAE kernels, not %s\n", dom->guest_type); in kexec() 266 if (strcmp(dom->guest_type, "xen-3.0-x86_64")) { in kexec() 267 printk("can only boot x86 64 kernels, not %s\n", dom->guest_type); in kexec()
|
/xen/tools/libxl/ |
A D | libxl_arm.c | 157 const char *guest_type; member 669 if (!strcmp(dom->guest_type, info->guest_type)) in get_arch_info() 672 LOG(ERROR, "Unable to find arch FDT info for %s", dom->guest_type); in get_arch_info() 1025 if (strcmp(dom->guest_type, "xen-3.0-aarch64")) { in libxl__arch_domain_init_hw_description() 1027 LOG(ERROR, "Can not enable libxl option 'acpi' for %s", dom->guest_type); in libxl__arch_domain_init_hw_description()
|
/xen/tools/libxc/include/ |
A D | xc_dom.h | 95 char *guest_type; member 267 char *guest_type; member
|