Searched refs:vc_base (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_xive.h | 28 hwaddr vc_base; member
|
H A D | pnv_xive.h | 63 hwaddr vc_base; member
|
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 332 xive->end_base = xive->vc_base + xive_source_esb_len(xsrc); in spapr_xive_realize() 353 memory_region_add_subregion(get_system_memory(), xive->vc_base, in spapr_xive_realize() 633 DEFINE_PROP_UINT64("vc-base", SpaprXive, vc_base, SPAPR_XIVE_VC_BASE), 988 args[1] = xive->vc_base + xive_source_esb_mgmt(xsrc, lisn); in h_int_get_source_info() 995 args[2] = xive->vc_base + xive_source_esb_page(xsrc, lisn); in h_int_get_source_info() 1724 mmio_addr = xive->vc_base + xive_source_esb_mgmt(xsrc, lisn) + offset; in h_int_esb()
|
H A D | pnv_xive.c | 1088 xive->vc_base = 0; in pnv_xive_ic_reg_write() 1093 xive->vc_base = val & ~(CQ_VC_BAR_VALID); in pnv_xive_ic_reg_write() 1095 memory_region_add_subregion(sysmem, xive->vc_base, in pnv_xive_ic_reg_write() 2064 DEFINE_PROP_UINT64("vc-bar", PnvXive, vc_base, 0),
|