Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c683 uint64_t edt_offset = vc_offset; in pnv_xive_edt_offset() local
689 edt_offset -= edt_size; in pnv_xive_edt_offset()
693 return edt_offset; in pnv_xive_edt_offset()
1706 uint64_t edt_offset; in pnv_xive_vc_read() local
1728 edt_offset = pnv_xive_edt_offset(xive, offset, edt_type); in pnv_xive_vc_read()
1730 ret = address_space_ldq(edt_as, edt_offset, MEMTXATTRS_UNSPECIFIED, in pnv_xive_vc_read()
1736 offset, edt_offset); in pnv_xive_vc_read()
1749 uint64_t edt_offset; in pnv_xive_vc_write() local
1771 edt_offset = pnv_xive_edt_offset(xive, offset, edt_type); in pnv_xive_vc_write()
1773 address_space_stq(edt_as, edt_offset, val, MEMTXATTRS_UNSPECIFIED, &result); in pnv_xive_vc_write()
[all …]