Lines Matching full:scan
46 [IFS_NO_ERROR] = "SCAN no error",
48 [IFS_INTERRUPTED_BEFORE_RENDEZVOUS] = "Interrupt occurred prior to SCAN coordination.",
50 "Core Abort SCAN Response due to power management condition.",
53 [IFS_CORE_NOT_CAPABLE_CURRENTLY] = "Core not capable of performing SCAN currently",
56 "Exceeded number of Logical Processors (LP) allowed to run Scan-At-Field concurrently",
57 [IFS_INTERRUPTED_DURING_EXECUTION] = "Interrupt occurred prior to SCAN start",
63 dev_info(dev, "CPU(s) %*pbl: SCAN operation did not start. %s\n", in message_not_tested()
67 dev_info(dev, "CPU(s) %*pbl: software timeout during scan\n", in message_not_tested()
72 "Not all scan chunks were executed. Maximum forward progress retries exceeded"); in message_not_tested()
74 dev_info(dev, "CPU(s) %*pbl: SCAN unknown status %llx\n", in message_not_tested()
87 dev_err(dev, "CPU(s) %*pbl: could not execute from loaded scan image\n", in message_fail()
92 * signature_error is set when the output from the scan chains does not in message_fail()
108 /* Signature for chunk is bad, or scan test failed */ in can_restart()
130 * Execute the scan. Called "simultaneously" on all threads of a core
145 * starts scan of each requested chunk. The core scan happens in doscan()
153 /* Pass back the result of the scan */ in doscan()
232 * its sibling cpu. Once all sibling threads wake up, the scan test gets executed and
233 * wait for all sibling threads to finish the scan test.
239 /* Prevent CPUs from being taken offline during the scan test */ in do_core_test()