Home
last modified time | relevance | path

Searched refs:APConfigChgEvent (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dap.c46 typedef struct APConfigChgEvent { struct
47 QTAILQ_ENTRY(APConfigChgEvent) next;
48 } APConfigChgEvent; typedef
50 static QTAILQ_HEAD(, APConfigChgEvent) cfg_chg_events =
93 APConfigChgEvent *cfg_chg_event; in vfio_ap_cfg_chg_notifier_handler()
100 cfg_chg_event = g_new0(APConfigChgEvent, 1); in vfio_ap_cfg_chg_notifier_handler()
113 APConfigChgEvent *cfg_chg_event; in ap_chsc_sei_nt0_get_event()