Lines Matching full:scan
48 [IFS_NO_ERROR] = "SCAN no error",
50 [IFS_INTERRUPTED_BEFORE_RENDEZVOUS] = "Interrupt occurred prior to SCAN coordination.",
52 "Core Abort SCAN Response due to power management condition.",
55 [IFS_CORE_NOT_CAPABLE_CURRENTLY] = "Core not capable of performing SCAN currently",
58 "Exceeded number of Logical Processors (LP) allowed to run Scan-At-Field concurrently",
59 [IFS_INTERRUPTED_DURING_EXECUTION] = "Interrupt occurred prior to SCAN start",
61 [IFS_CORRUPTED_CHUNK] = "Scan operation aborted due to corrupted image. Try reloading",
67 dev_info(dev, "CPU(s) %*pbl: SCAN operation did not start. %s\n", in message_not_tested()
71 dev_info(dev, "CPU(s) %*pbl: software timeout during scan\n", in message_not_tested()
76 "Not all scan chunks were executed. Maximum forward progress retries exceeded"); in message_not_tested()
78 dev_info(dev, "CPU(s) %*pbl: SCAN unknown status %llx\n", in message_not_tested()
93 …dev_err(dev, "CPU(s) %*pbl: could not execute from loaded scan image. Batch: %02x version: 0x%x\n", in message_fail()
98 * signature_error is set when the output from the scan chains does not in message_fail()
114 /* Signature for chunk is bad, or scan test failed */ in can_restart()
138 * Execute the scan. Called "simultaneously" on all threads of a core
153 * starts scan of each requested chunk. The core scan happens in doscan()
161 /* Pass back the result of the scan */ in doscan()
366 * its sibling cpu. Once all sibling threads wake up, the scan test gets executed and
367 * wait for all sibling threads to finish the scan test.
375 /* Prevent CPUs from being taken offline during the scan test */ in do_core_test()