Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dpnv-xive2-common.h91 extern uint64_t pnv_xive_xscom_read(QTestState *qts, uint32_t reg);
H A Dpnv-xive2-common.c25 uint64_t pnv_xive_xscom_read(QTestState *qts, uint32_t reg) in pnv_xive_xscom_read() function
H A Dpnv-xive2-test.c196 val2 = pnv_xive_xscom_read(qts, X_TCTXT_EN0); in init_xive()
/qemu/hw/intc/
H A Dpnv_xive.c1666 static uint64_t pnv_xive_xscom_read(void *opaque, hwaddr addr, unsigned size) in pnv_xive_xscom_read() function
1684 .read = pnv_xive_xscom_read,