Searched refs:expected_memory (Results 1 – 1 of 1) sorted by relevance
995 static u32 expected_memory[TEST_MEMORY_SIZE/sizeof(u32)]; variable1292 size_t size = sizeof(expected_memory); in expected_memory_size()1447 if (memcmp(expected_memory, mem, mem_size)) { in check_test_results()1465 print_memory(expected_memory, mem_size); in check_test_results()1504 memcpy(expected_memory, mem, expected_memory_size(mem)); in kprobes_test_case_end()