Searched refs:get_nvp (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-common.h | 98 extern void get_nvp(QTestState *qts, uint32_t index, Xive2Nvp* nvp);
|
H A D | pnv-xive2-common.c | 86 void get_nvp(QTestState *qts, uint32_t index, Xive2Nvp* nvp) in get_nvp() function
|
H A D | pnv-xive2-test.c | 284 get_nvp(qts, target_nvp, &nvp); in test_pull_thread_ctx_to_odd_thread_cl()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive2.h | 52 int (*get_nvp)(Xive2Router *xrtr, uint8_t nvp_blk, uint32_t nvp_idx, member
|
/openbmc/qemu/hw/intc/ |
H A D | xive2.c | 697 return xrc->get_nvp(xrtr, nvp_blk, nvp_idx, nvp); in xive2_router_get_nvp()
|
H A D | pnv_xive2.c | 2425 xrc->get_nvp = pnv_xive2_get_nvp; in pnv_xive2_class_init()
|