Searched refs:default_write_read (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | memop.c | 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() 459 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 0); in test_copy_key() 460 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 9); in test_copy_key() [all …]
|