Lines Matching refs:S390IPLState

54     S390IPLState *ipl = S390_IPL(object_resolve_path(TYPE_S390_IPL, NULL));  in iplb_extended_needed()
98 VMSTATE_UINT64(compat_start_addr, S390IPLState),
99 VMSTATE_UINT64(compat_bios_start_addr, S390IPLState),
100 VMSTATE_STRUCT(iplb, S390IPLState, 0, vmstate_iplb, IplParameterBlock),
101 VMSTATE_BOOL(iplb_valid, S390IPLState),
102 VMSTATE_UINT8(cssid, S390IPLState),
103 VMSTATE_UINT8(ssid, S390IPLState),
104 VMSTATE_UINT16(devno, S390IPLState),
109 static S390IPLState *get_ipl_device(void) in get_ipl_device()
142 S390IPLState *ipl = S390_IPL(dev); in s390_ipl_realize()
295 DEFINE_PROP_STRING("kernel", S390IPLState, kernel),
296 DEFINE_PROP_STRING("initrd", S390IPLState, initrd),
297 DEFINE_PROP_STRING("cmdline", S390IPLState, cmdline),
298 DEFINE_PROP_STRING("firmware", S390IPLState, firmware),
299 DEFINE_PROP_BOOL("enforce_bios", S390IPLState, enforce_bios, false),
300 DEFINE_PROP_BOOL("iplbext_migration", S390IPLState, iplbext_migration,
305 static void s390_ipl_set_boot_menu(S390IPLState *ipl) in s390_ipl_set_boot_menu()
410 S390IPLState *ipl = get_ipl_device(); in s390_ipl_map_iplb_chain()
502 S390IPLState *ipl = get_ipl_device(); in s390_rebuild_iplb()
510 static bool s390_init_all_iplbs(S390IPLState *ipl) in s390_init_all_iplbs()
592 S390IPLState *ipl = get_ipl_device(); in s390_ipl_update_diag308()
611 S390IPLState *ipl = get_ipl_device(); in s390_ipl_get_iplb_pv()
621 S390IPLState *ipl = get_ipl_device(); in s390_ipl_get_iplb()
631 S390IPLState *ipl = get_ipl_device(); in s390_ipl_reset_request()
656 S390IPLState *ipl = get_ipl_device(); in s390_ipl_get_reset_request()
668 S390IPLState *ipl = get_ipl_device(); in s390_ipl_clear_reset_request()
677 S390IPLState *ipl = get_ipl_device(); in s390_ipl_prepare_qipl()
723 S390IPLState *ipl = get_ipl_device(); in s390_ipl_prepare_cpu()
742 S390IPLState *ipl = S390_IPL(dev); in s390_ipl_reset()
767 .instance_size = sizeof(S390IPLState),