Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dpnv_xive.h27 #define XIVE_TABLE_EDT_MAX 64 /* EDT Domain Table (0-63) */ macro
87 uint64_t edt[XIVE_TABLE_EDT_MAX];
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c584 return ctz64(pnv_xive_vc_size(xive) / XIVE_TABLE_EDT_MAX); in pnv_xive_edt_shift()
663 for (i = 0; i < XIVE_TABLE_EDT_MAX; i++) { in pnv_xive_edt_size()
685 for (i = 0; i < XIVE_TABLE_EDT_MAX && (i * edt_size) < vc_offset; i++) { in pnv_xive_edt_offset()
1711 if (edt_index < XIVE_TABLE_EDT_MAX) { in pnv_xive_vc_read()
1753 if (edt_index < XIVE_TABLE_EDT_MAX) { in pnv_xive_vc_write()