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;140 int (*set_base)(APICCommonState *s, uint64_t val);141 void (*set_tpr)(APICCommonState *s, uint8_t val);142 uint8_t (*get_tpr)(APICCommonState *s);143 void (*enable_tpr_reporting)(APICCommonState *s, bool enable);144 void (*vapic_base_update)(APICCommonState *s);[all …]