Lines Matching full:test

55  * Perform one test at the given address, optionally using the SCCB template,
59 * should be copied to the test address, and should be 0 when the test
72 /* Copy the template to the test address if needed */ in test_one_sccb()
113 * template that need to be copied to the actual test address. In many cases
128 * Test SCCB lengths < 8.
142 * Test SCCBs that are not 64-bit aligned.
155 * Test SCCBs whose address is in the lowcore or prefix area.
182 * do), this will be a read-only test. in test_sccb_prefix()
206 * Test SCCBs that are above 2GB. If outside of memory, an addressing
212 uintptr_t a[33 * 4 * 2 + 2]; /* for the list of addresses to test */ in test_sccb_high()
249 * Test invalid commands, both invalid command detail codes and valid
279 * Test short SCCBs (but larger than 8).
298 * Test SCCB page boundary violations.
322 * Test excessively long SCCBs.
342 * Test privileged operation.
358 * Test addressing exceptions. We need to test SCCB addresses between the
372 /* test all possible valid addresses immediately after the end of memory in test_addressing()
378 /* test more addresses until we reach 1MB after end of memory; in test_addressing()
379 * increment by a prime number (times 8) in order to test all in test_addressing()
385 /* test the remaining addresses until we reach address 2GB; in test_addressing()
386 * increment by a prime number (times 8) in order to test all in test_addressing()
397 * Test some bits in the instruction format that are specified to be ignored.
461 /* Test some basic things */ in main()
466 /* Test the specification exceptions */ in main()
472 /* Test the expected response codes */ in main()