Searched refs:default_write_read (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | memop.c | 298 static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_write_read() function 330 default_write_read(test->vcpu, test->vcpu, LOGICAL, 16, NO_KEY); in default_cmpxchg() 372 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, NO_KEY); in test_copy() 445 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, NO_KEY); in test_copy_key() 448 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, 0); in test_copy_key() 449 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, 9); in test_copy_key() 450 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 0); in test_copy_key() 451 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 9); in test_copy_key() 457 default_write_read(t.vcpu, t.vcpu, LOGICAL, 1, 0); in test_copy_key() 458 default_write_read(t.vcpu, t.vcpu, LOGICAL, 1, 9); in test_copy_key() [all …]
|