Home
last modified time | relevance | path

Searched defs:xptr (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/intc/
H A Dxive.c197 static void xive_tm_set_hv_cppr(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_hv_cppr()
203 static uint64_t xive_tm_ack_hv_reg(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_ack_hv_reg()
209 static uint64_t xive_tm_pull_pool_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_pull_pool_ctx()
220 static uint64_t xive_tm_pull_phys_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_pull_phys_ctx()
231 static void xive_tm_vt_push(XivePresenter *xptr, XiveTCTX *tctx, hwaddr offset, in xive_tm_vt_push()
237 static uint64_t xive_tm_vt_poll(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_vt_poll()
381 static uint64_t xive_tm_ack_os_reg(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_ack_os_reg()
387 static void xive_tm_set_os_cppr(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_os_cppr()
400 static void xive_tm_set_os_lgs(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_os_lgs()
410 static void xive_tm_set_os_pending(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_os_pending()
[all …]
H A Dxive2.c91 uint64_t xive2_presenter_nvgc_backlog_op(XivePresenter *xptr, in xive2_presenter_nvgc_backlog_op()
137 uint64_t xive2_presenter_nvp_backlog_op(XivePresenter *xptr, in xive2_presenter_nvp_backlog_op()
403 static uint8_t xive2_presenter_backlog_scan(XivePresenter *xptr, in xive2_presenter_backlog_scan()
445 static void xive2_presenter_backlog_decr(XivePresenter *xptr, in xive2_presenter_backlog_decr()
574 static uint32_t xive2_tctx_hw_cam_line(XivePresenter *xptr, XiveTCTX *tctx) in xive2_tctx_hw_cam_line()
587 static uint64_t xive2_tm_pull_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_ctx()
629 uint64_t xive2_tm_pull_os_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_os_ctx()
677 static void xive2_tm_pull_ctx_ol(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_ctx_ol()
731 void xive2_tm_pull_os_ctx_ol(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_os_ctx_ol()
738 void xive2_tm_pull_phys_ctx_ol(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_phys_ctx_ol()
[all …]
H A Dpnv_xive2.c625 static int pnv_xive2_match_nvt(XivePresenter *xptr, uint8_t format, in pnv_xive2_match_nvt()
697 static uint32_t pnv_xive2_presenter_get_config(XivePresenter *xptr) in pnv_xive2_presenter_get_config()
708 static int pnv_xive2_broadcast(XivePresenter *xptr, in pnv_xive2_broadcast()
762 XivePresenter *xptr = XIVE_TCTX(pnv_cpu_state(cpu)->intc)->xptr; in pnv_xive2_tm_get_xive() local
2120 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_ic_tm_indirect_read() local
2140 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_ic_tm_indirect_write() local
2176 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_tm_write() local
2186 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_tm_read() local
2209 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_nvc_read() local
2227 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_nvc_write() local
[all …]
H A Dspapr_xive.c431 static int spapr_xive_match_nvt(XivePresenter *xptr, uint8_t format, in spapr_xive_match_nvt()
478 static uint32_t spapr_xive_presenter_get_config(XivePresenter *xptr) in spapr_xive_presenter_get_config()
807 static bool spapr_xive_in_kernel_xptr(const XivePresenter *xptr) in spapr_xive_in_kernel_xptr()
H A Dpnv_xive.c473 static int pnv_xive_match_nvt(XivePresenter *xptr, uint8_t format, in pnv_xive_match_nvt()
526 static uint32_t pnv_xive_presenter_get_config(XivePresenter *xptr) in pnv_xive_presenter_get_config()
549 XivePresenter *xptr = XIVE_TCTX(pnv_cpu_state(cpu)->intc)->xptr; in pnv_xive_tm_get_xive() local
/qemu/include/hw/ppc/
H A Dxive.h360 XivePresenter *xptr; member
/qemu/hw/ppc/
H A Dpnv.c2623 XivePresenter *xptr = XIVE_PRESENTER(&chip9->xive); in pnv_match_nvt() local
2652 XivePresenter *xptr = XIVE_PRESENTER(&chip10->xive); in pnv10_xive_match_nvt() local
2679 XivePresenter *xptr = XIVE_PRESENTER(&chip10->xive); in pnv10_xive_broadcast() local
H A Dspapr.c4477 XivePresenter *xptr = XIVE_PRESENTER(spapr->active_intc); in spapr_match_nvt() local