Home
last modified time | relevance | path

Searched defs:APICCommonClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h131 typedef struct APICCommonClass APICCommonClass; typedef
135 struct APICCommonClass { struct
136 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 …]