Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dhvf.h33 typedef struct HVFState HVFState; typedef
34 DECLARE_INSTANCE_CHECKER(HVFState, HVF_STATE,
H A Dhvf_int.h43 struct HVFState { struct
52 extern HVFState *hvf_state; argument
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c62 HVFState *hvf_state;
325 HVFState *s; in hvf_accel_init()
330 s = g_new0(HVFState, 1); in hvf_accel_init()