Lines Matching refs:test
168 struct cpu_post_load_s *test = cpu_post_load_table + i; in cpu_post_test_load() local
175 if (test->index) in cpu_post_test_load()
179 ASM_12(test->cmd, 5, 3, 4), in cpu_post_test_load()
183 cpu_post_exec_22w (code, &base, test->offset, &value); in cpu_post_test_load()
189 ASM_11I(test->cmd, 4, 3, test->offset), in cpu_post_test_load()
198 if (test->update) in cpu_post_test_load()
199 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_load()
206 switch (test->width) in cpu_post_test_load()
209 ret = *(uchar *)(base0 + test->offset) == value ? in cpu_post_test_load()
213 ret = *(ushort *)(base0 + test->offset) == value ? in cpu_post_test_load()
217 ret = *(short *)(base0 + test->offset) == value ? in cpu_post_test_load()
221 ret = *(ulong *)(base0 + test->offset) == value ? in cpu_post_test_load()