Searched refs:ISADebugExitState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | debugexit.c | 18 OBJECT_DECLARE_SIMPLE_TYPE(ISADebugExitState, ISA_DEBUG_EXIT_DEVICE) 20 struct ISADebugExitState { struct 51 ISADebugExitState *isa = ISA_DEBUG_EXIT_DEVICE(d); in debug_exit_realizefn() 60 DEFINE_PROP_UINT32("iobase", ISADebugExitState, iobase, 0x501), 61 DEFINE_PROP_UINT32("iosize", ISADebugExitState, iosize, 0x02), 77 .instance_size = sizeof(ISADebugExitState),
|