Searched refs:edt_index (Results 1 – 1 of 1) sorted by relevance
1704 uint64_t edt_index = offset >> pnv_xive_edt_shift(xive); in pnv_xive_vc_read() local1711 if (edt_index < XIVE_TABLE_EDT_MAX) { in pnv_xive_vc_read()1712 edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[edt_index]); in pnv_xive_vc_read()1747 uint64_t edt_index = offset >> pnv_xive_edt_shift(xive); in pnv_xive_vc_write() local1753 if (edt_index < XIVE_TABLE_EDT_MAX) { in pnv_xive_vc_write()1754 edt_type = GETFIELD(CQ_TDR_EDT_TYPE, xive->edt[edt_index]); in pnv_xive_vc_write()