Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c128 set_nvg(qts, 0x80, 0x02); in reset_hw_threads()
129 set_nvg(qts, 0x82, 0x02); in reset_hw_threads()
130 set_nvg(qts, 0x81, 0); in reset_hw_threads()
H A Dpnv-xive2-common.h102 extern void set_nvg(QTestState *qts, uint32_t index, uint8_t next);
H A Dpnv-xive2-common.c130 void set_nvg(QTestState *qts, uint32_t index, uint8_t next) in set_nvg() function