Searched refs:default_write_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/selftests/kvm/s390x/ |
D | memop.c | 299 static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_write_read() function 331 default_write_read(test->vcpu, test->vcpu, LOGICAL, 16, NO_KEY); in default_cmpxchg() 373 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, NO_KEY); in test_copy() 420 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, NO_KEY); in test_copy_key() 423 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, 0); in test_copy_key() 424 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, 9); in test_copy_key() 425 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 0); in test_copy_key() 426 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, 9); in test_copy_key() 432 default_write_read(t.vcpu, t.vcpu, LOGICAL, 1, 0); in test_copy_key() 433 default_write_read(t.vcpu, t.vcpu, LOGICAL, 1, 9); in test_copy_key() [all …]
|