Searched refs:expected_memory (Results 1 – 1 of 1) sorted by relevance
991 static u32 expected_memory[TEST_MEMORY_SIZE/sizeof(u32)]; variable1288 size_t size = sizeof(expected_memory); in expected_memory_size()1443 if (memcmp(expected_memory, mem, mem_size)) { in check_test_results()1461 print_memory(expected_memory, mem_size); in check_test_results()1500 memcpy(expected_memory, mem, expected_memory_size(mem)); in kprobes_test_case_end()