Lines Matching full:scan
61 [IFS_NO_ERROR] = "SCAN no error",
63 [IFS_INTERRUPTED_BEFORE_RENDEZVOUS] = "Interrupt occurred prior to SCAN coordination.",
65 "Core Abort SCAN Response due to power management condition.",
68 [IFS_CORE_NOT_CAPABLE_CURRENTLY] = "Core not capable of performing SCAN currently",
71 "Exceeded number of Logical Processors (LP) allowed to run Scan-At-Field concurrently",
72 [IFS_INTERRUPTED_DURING_EXECUTION] = "Interrupt occurred prior to SCAN start",
74 [IFS_CORRUPTED_CHUNK] = "Scan operation aborted due to corrupted image. Try reloading",
87 dev_warn(dev, "CPU(s) %*pbl: Scan controller error. Batch: %02x version: 0x%x\n", in message_not_tested()
93 dev_info(dev, "CPU(s) %*pbl: SCAN operation did not start. %s\n", in message_not_tested()
97 dev_info(dev, "CPU(s) %*pbl: software timeout during scan\n", in message_not_tested()
102 "Not all scan chunks were executed. Maximum forward progress retries exceeded"); in message_not_tested()
104 dev_info(dev, "CPU(s) %*pbl: SCAN unknown status %llx\n", in message_not_tested()
114 * signature_error is set when the output from the scan chains does not in message_fail()
130 /* Signature for chunk is bad, or scan test failed */ in can_restart()
178 * Execute the scan. Called "simultaneously" on all threads of a core
207 * starts scan of each requested chunk. The core scan happens in doscan()
217 /* Pass back the result of the scan */ in doscan()
428 …_CONCURRENT] = "Exceeded number of Logical Processors (LP) allowed to run Scan-At-Field concurrent…
444 dev_info(dev, "CPU(s) %*pbl: software timeout during scan\n", in sbaf_message_not_tested()
480 /* Signature for chunk is bad, or scan test failed */ in sbaf_can_restart()
526 * starts scan of each requested bundle. The core test happens in dosbaf()
619 * its sibling cpu. Once all sibling threads wake up, the scan test gets executed and
620 * wait for all sibling threads to finish the scan test.
628 /* Prevent CPUs from being taken offline during the scan test */ in do_core_test()