Home
last modified time | relevance | path

Searched refs:SPAPR_CAP_IBS (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_caps.c747 [SPAPR_CAP_IBS] = {
752 .index = SPAPR_CAP_IBS,
865 caps.caps[SPAPR_CAP_IBS] = SPAPR_CAP_BROKEN; in default_caps_with_cpu()
969 SPAPR_CAP_MIG_STATE(ibs, SPAPR_CAP_IBS);
H A Dspapr_hcall.c1401 uint8_t safe_indirect_branch = spapr_get_cap(spapr, SPAPR_CAP_IBS); in h_get_cpu_characteristics()
H A Dspapr.c4736 smc->default_caps.caps[SPAPR_CAP_IBS] = SPAPR_CAP_WORKAROUND; in spapr_machine_class_init()
5060 smc->default_caps.caps[SPAPR_CAP_IBS] = SPAPR_CAP_BROKEN; in spapr_machine_3_1_class_options()
5116 smc->default_caps.caps[SPAPR_CAP_IBS] = SPAPR_CAP_FIXED_CCD; in spapr_machine_2_12_sxxm_class_options()
/qemu/include/hw/ppc/
H A Dspapr.h69 #define SPAPR_CAP_IBS 0x05 macro