Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Derst-test.c43 } ERSTState; typedef
60 static inline uint32_t in_reg32(ERSTState *s, unsigned reg) in in_reg32()
71 static inline uint64_t in_reg64(ERSTState *s, unsigned reg) in in_reg64()
82 static inline void out_reg32(ERSTState *s, unsigned reg, uint32_t v) in out_reg32()
90 static void cleanup_vm(ERSTState *s) in cleanup_vm()
96 static void setup_vm_cmd(ERSTState *s, const char *cmd) in setup_vm_cmd()
119 ERSTState state; in test_acpi_erst_basic()