Searched defs:xptr (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | xive2.c | 98 uint64_t xive2_presenter_nvgc_backlog_op(XivePresenter *xptr, in xive2_presenter_nvgc_backlog_op() 144 uint64_t xive2_presenter_nvp_backlog_op(XivePresenter *xptr, in xive2_presenter_nvp_backlog_op() 423 static uint8_t xive2_presenter_backlog_scan(XivePresenter *xptr, in xive2_presenter_backlog_scan() 465 static void xive2_presenter_backlog_decr(XivePresenter *xptr, in xive2_presenter_backlog_decr() 603 static uint32_t xive2_tctx_hw_cam_line(XivePresenter *xptr, XiveTCTX *tctx) in xive2_tctx_hw_cam_line() 689 static uint64_t xive2_tm_pull_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_ctx() 764 uint64_t xive2_tm_pull_os_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_os_ctx() 770 uint64_t xive2_tm_pull_pool_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_pool_ctx() 776 uint64_t xive2_tm_pull_phys_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_phys_ctx() 824 static void xive2_tm_pull_ctx_ol(XivePresenter *xptr, XiveTCTX *tctx, in xive2_tm_pull_ctx_ol() [all …]
|
H A D | xive.c | 273 static void xive_tm_set_hv_cppr(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_hv_cppr() 279 static uint64_t xive_tm_ack_hv_reg(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_ack_hv_reg() 314 static uint64_t xive_tm_pull_pool_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_pull_pool_ctx() 342 static uint64_t xive_tm_pull_phys_ctx(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_pull_phys_ctx() 360 static void xive_tm_vt_push(XivePresenter *xptr, XiveTCTX *tctx, hwaddr offset, in xive_tm_vt_push() 366 static uint64_t xive_tm_vt_poll(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_vt_poll() 510 static uint64_t xive_tm_ack_os_reg(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_ack_os_reg() 516 static void xive_tm_set_os_cppr(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_os_cppr() 529 static void xive_tm_set_os_lgs(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_os_lgs() 535 static void xive_tm_set_pool_lgs(XivePresenter *xptr, XiveTCTX *tctx, in xive_tm_set_pool_lgs() [all …]
|
H A D | pnv_xive2.c | 643 static bool pnv_xive2_match_nvt(XivePresenter *xptr, uint8_t format, in pnv_xive2_match_nvt() 729 static uint32_t pnv_xive2_presenter_get_config(XivePresenter *xptr) in pnv_xive2_presenter_get_config() 740 static int pnv_xive2_broadcast(XivePresenter *xptr, in pnv_xive2_broadcast() 794 XivePresenter *xptr = XIVE_TCTX(pnv_cpu_state(cpu)->intc)->xptr; in pnv_xive2_tm_get_xive() local 2188 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_ic_tm_indirect_read() local 2208 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_ic_tm_indirect_write() local 2244 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_tm_write() local 2254 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_tm_read() local 2277 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_nvc_read() local 2295 XivePresenter *xptr = XIVE_PRESENTER(xive); in pnv_xive2_nvc_write() local [all …]
|
H A D | spapr_xive.c | 431 static bool 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 D | pnv_xive.c | 473 static bool 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
|
/openbmc/qemu/include/hw/ppc/ |
H A D | xive.h | 360 XivePresenter *xptr; member
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2622 XivePresenter *xptr = XIVE_PRESENTER(&chip9->xive); in pnv_match_nvt() local 2643 XivePresenter *xptr = XIVE_PRESENTER(&chip10->xive); in pnv10_xive_match_nvt() local 2663 XivePresenter *xptr = XIVE_PRESENTER(&chip10->xive); in pnv10_xive_broadcast() local
|
H A D | spapr.c | 4477 XivePresenter *xptr = XIVE_PRESENTER(spapr->active_intc); in spapr_match_nvt() local
|