Lines Matching refs:default_write_read
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()
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()
714 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, 2); in test_copy_key_storage_prot_override()