Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c1708 AddressSpace *edt_as = NULL; in pnv_xive_vc_read() local
1717 edt_as = &xive->ipi_as; in pnv_xive_vc_read()
1720 edt_as = &xive->end_as; in pnv_xive_vc_read()
1730 ret = address_space_ldq(edt_as, edt_offset, MEMTXATTRS_UNSPECIFIED, in pnv_xive_vc_read()
1751 AddressSpace *edt_as = NULL; in pnv_xive_vc_write() local
1759 edt_as = &xive->ipi_as; in pnv_xive_vc_write()
1762 edt_as = &xive->end_as; in pnv_xive_vc_write()
1773 address_space_stq(edt_as, edt_offset, val, MEMTXATTRS_UNSPECIFIED, &result); in pnv_xive_vc_write()