Lines Matching full:for
25 static uint8_t pagebuf[LC_SIZE] __attribute__((aligned(LC_SIZE))); /* scratch pages used for some t…
26 static uint8_t prefix_buf[LC_SIZE] __attribute__((aligned(LC_SIZE))); /* temporary lowcore for test…
33 static uint32_t valid_code; /* valid command code for READ SCP INFO */
56 * checking for the expected program interrupts and return codes.
100 * Wrapper for test_one_sccb to be used when the template should not be
109 * Wrapper for test_one_sccb to set up a simple SCCB template.
134 for (len = 0; len < 8; len++) in test_sccb_too_short()
148 for (offset = 1; offset < 8; offset++) in test_sccb_unaligned()
184 for (offset = 0; offset < LC_SIZE; offset += 8) in test_sccb_prefix()
194 for (offset = 0; offset < LC_SIZE; offset += 8) in test_sccb_prefix()
212 uintptr_t a[33 * 4 * 2 + 2]; /* for the list of addresses to test */ in test_sccb_high()
219 for (i = 0; i < 33; i++) in test_sccb_high()
222 for (i = 0; i < 33; i++) in test_sccb_high()
225 for (i = 0; i < 33; i++) in test_sccb_high()
229 for (i = 1; i < 33; i++, len++) in test_sccb_high()
232 for (i = 0; i < len; i++) in test_sccb_high()
240 for (i = 0; i < len; i++) { in test_sccb_high()
259 for (i = 0; i < 65536; i++) { in test_inval()
266 for (i = 0; i < 256; i++) { in test_inval()
286 for (len = 8; len < 144; len++) in test_short()
291 for (len = 8; len < 40; len++) in test_short()
309 for (len = 32; len <= 4096; len++) { in test_boundary()
311 for (offset = 4096 - offset; offset < 4096; offset += 8) { in test_boundary()
333 for (len = 4097; len < 8192; len++) { in test_toolong()
375 for (i = 0; i < 0x10000 && i + maxram < 0x80000000; i += 8) in test_addressing()
382 for (; i < 0x100000 && i + maxram < 0x80000000 ; i += 808) in test_addressing()
389 for (; i + maxram < 0x80000000; i += 800024) in test_addressing()
439 for (i = 0; i < ARRAY_SIZE(commands); i++) { in find_valid_sclp_code()