Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dmemop.c373 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()
434 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 0); in test_copy_key()
435 default_write_read(t.vcpu, t.vm, ABSOLUTE, 1, 9); in test_copy_key()
[all …]