Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/
H A Dattn_handler.cpp282 pdbg_target* attnProc = i_attention->getTarget(); // proc with attention in handleSpecial() local
287 if (nullptr != attnProc) in handleSpecial()
293 if (PDBG_TARGET_ENABLED == pdbg_target_probe(attnProc)) in handleSpecial()
298 openpower::phal::sbe::getTiInfo(attnProc, &tiInfo, &tiInfoLen); in handleSpecial()
308 uint32_t procNum = pdbg_target_index(attnProc); in handleSpecial()
317 sprintf(path, "/proc%d/pib", pdbg_target_index(attnProc)); in handleSpecial()