Searched refs:expected_memory (Results 1 – 1 of 1) sorted by relevance
1045 static u32 expected_memory[TEST_MEMORY_SIZE/sizeof(u32)]; variable1342 size_t size = sizeof(expected_memory); in expected_memory_size()1497 if (memcmp(expected_memory, mem, mem_size)) { in check_test_results()1516 print_memory(expected_memory, mem_size); in check_test_results()1555 memcpy(expected_memory, mem, expected_memory_size(mem)); in kprobes_test_case_end()