Home
last modified time | relevance | path

Searched refs:SPAPR_DRC_STATE_LOGICAL_UNUSABLE (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_drc.c122 case SPAPR_DRC_STATE_LOGICAL_UNUSABLE: in drc_isolate_logical()
184 case SPAPR_DRC_STATE_LOGICAL_UNUSABLE: in drc_unisolate_logical()
207 case SPAPR_DRC_STATE_LOGICAL_UNUSABLE: in drc_set_usable()
235 case SPAPR_DRC_STATE_LOGICAL_UNUSABLE: in drc_set_unusable()
246 drc->state = SPAPR_DRC_STATE_LOGICAL_UNUSABLE; in drc_set_unusable()
305 case SPAPR_DRC_STATE_LOGICAL_UNUSABLE: in logical_entity_sense()
402 g_assert((drc->state == SPAPR_DRC_STATE_LOGICAL_UNUSABLE) in spapr_drc_attach()
690 drck->empty_state = SPAPR_DRC_STATE_LOGICAL_UNUSABLE; in spapr_drc_logical_class_init()
/qemu/include/hw/ppc/
H A Dspapr_drc.h161 SPAPR_DRC_STATE_LOGICAL_UNUSABLE = 1, enumerator