Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dpnv-xive2-test.c131 set_nvg(qts, 0x80, 0x02); in reset_hw_threads()
132 set_nvg(qts, 0x82, 0x02); in reset_hw_threads()
133 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-nvpg_bar.c83 set_nvg(qts, group_target, 0); in test_nvpg_bar()
H A Dpnv-xive2-common.c130 void set_nvg(QTestState *qts, uint32_t index, uint8_t next) in set_nvg() function