Lines Matching full:scan
33 [1] = "Attempt to copy scan hashes when copy already in progress",
38 [6] = "Scan reload or test is in progress"
48 * To copy scan hashes and authenticate test chunks, the initiating cpu must point
50 * Run wrmsr(MSR_COPY_SCAN_HASHES) for scan hash copy and run wrmsr(MSR_AUTHENTICATE_AND_COPY_CHUNK)
51 * for scan hash copy and test chunk authentication.
65 /* run scan hash copy */ in copy_hashes_authenticate_chunks()
69 /* enumerate the scan image information */ in copy_hashes_authenticate_chunks()
84 /* base linear address to the scan data */ in copy_hashes_authenticate_chunks()
87 /* scan data authentication and copy chunks to secured memory */ in copy_hashes_authenticate_chunks()
115 * IFS requires scan chunks authenticated per each socket in the platform.
137 /* Scan chunk start must be 256 byte aligned */ in scan_chunks_sanity_check()
139 dev_err(dev, "Scan pattern offset within the binary is not 256 byte aligned\n"); in scan_chunks_sanity_check()
149 /* copy the scan hash and authenticate per package */ in scan_chunks_sanity_check()
244 snprintf(scan_path, sizeof(scan_path), "intel/ifs/%02x-%02x-%02x.scan", in ifs_load_firmware()