Lines Matching full:block_size
90 __u64 block_size; in test_zicboz() local
95 block_size = pair.value; in test_zicboz()
97 is_power_of_2(block_size), "Zicboz block size\n"); in test_zicboz()
98 ksft_print_msg("Zicboz block size: %llu\n", block_size); in test_zicboz()
101 cbo_zero(&mem[block_size]); in test_zicboz()
104 if (illegal_insn || !is_power_of_2(block_size)) { in test_zicboz()
109 assert(block_size <= 1024); in test_zicboz()
111 for (i = 0; i < 4096 / block_size; ++i) { in test_zicboz()
113 cbo_zero(&mem[i * block_size]); in test_zicboz()
116 for (i = 0; i < 4096 / block_size; ++i) { in test_zicboz()
119 for (j = 0; j < block_size; ++j) { in test_zicboz()
120 if (mem[i * block_size + j] != expected) { in test_zicboz()
123 i * block_size + j, expected); in test_zicboz()