Home
last modified time | relevance | path

Searched refs:write_data (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/arm/
H A Ddebug.c308 static volatile char write_data[16]; variable
324 write_dbgwvr(i, (uint64_t)&write_data[i]); in test_wp()
342 write_data[i] = i; in test_wp()
347 report(wp_data_addr[i] == (uint64_t)&write_data[i], in test_wp()
349 report(write_data[i] == i, "watchpoint data: %d", i); in test_wp()