Lines Matching refs:eas
415 XiveEAS *eas) in pnv_xive_get_eas() argument
427 return pnv_xive_vst_read(xive, VST_TSEL_IVT, blk, idx, eas); in pnv_xive_get_eas()
1396 static void pnv_xive_end_notify(XiveRouter *xrtr, XiveEAS *eas) in pnv_xive_end_notify() argument
1399 uint8_t end_blk = xive_get_field64(EAS_END_BLOCK, eas->w); in pnv_xive_end_notify()
1400 uint32_t end_idx = xive_get_field64(EAS_END_INDEX, eas->w); in pnv_xive_end_notify()
1401 uint32_t end_data = xive_get_field64(EAS_END_DATA, eas->w); in pnv_xive_end_notify()
1407 xive_router_end_notify(xrtr, eas); in pnv_xive_end_notify()
1414 be64_to_cpu(eas->w); in pnv_xive_end_notify()
1854 XiveEAS eas; in pnv_xive_pic_print_info() local
1867 if (xive_router_get_eas(xrtr, blk, i, &eas)) { in pnv_xive_pic_print_info()
1870 if (!xive_eas_is_masked(&eas)) { in pnv_xive_pic_print_info()
1871 xive_eas_pic_print_info(&eas, i, buf); in pnv_xive_pic_print_info()