Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c659 uint64_t edt_size = 1ull << pnv_xive_edt_shift(xive); in pnv_xive_edt_size() local
667 size += edt_size; in pnv_xive_edt_size()
682 uint64_t edt_size = 1ull << pnv_xive_edt_shift(xive); in pnv_xive_edt_offset() local
685 for (i = 0; i < XIVE_TABLE_EDT_MAX && (i * edt_size) < vc_offset; i++) { in pnv_xive_edt_offset()
689 edt_offset -= edt_size; in pnv_xive_edt_offset()