Home
last modified time | relevance | path

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

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