Searched defs:APICCommonClass (Results 1 – 1 of 1) sorted by relevance
131 typedef struct APICCommonClass APICCommonClass; typedef135 struct APICCommonClass { struct136 DeviceClass parent_class;138 DeviceRealize realize;139 DeviceUnrealize unrealize;142 uint8_t (*get_tpr)(APICCommonState *s);145 void (*external_nmi)(APICCommonState *s);146 void (*pre_save)(APICCommonState *s);147 void (*post_load)(APICCommonState *s);148 void (*reset)(APICCommonState *s);[all …]
Completed in 5 milliseconds