Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/s390/
H A Dmemop.c370 HOST_SYNC(t.vcpu, STAGE_INITED); in test_copy()
381 HOST_SYNC(t.vcpu, STAGE_INITED); in test_copy_access_register()
394 HOST_SYNC(t.vcpu, STAGE_COPIED); in test_copy_access_register()
661 HOST_SYNC(*info, STAGE_DONE); in run_guest()
735 HOST_SYNC(t.vcpu, STAGE_INITED); in test_copy_key_storage_prot_override()
750 HOST_SYNC(t.vcpu, STAGE_INITED); in test_copy_key_fetch_prot()
781 HOST_SYNC(t.vcpu, STAGE_INITED); in test_errors_key()
798 HOST_SYNC(t.vcpu, STAGE_INITED); in test_errors_cmpxchg_key()
819 HOST_SYNC(t.vcpu, STAGE_INITED); in test_termination()
834 HOST_SYNC(t.vcpu, STAGE_IDLED); in test_termination()
[all …]
H A Dtprot.c199 #define HOST_SYNC(vcpu, stage) \ macro
218 HOST_SYNC(vcpu, STAGE_INIT_SIMPLE); in main()
220 HOST_SYNC(vcpu, TEST_SIMPLE); in main()
229 HOST_SYNC(vcpu, STAGE_INIT_FETCH_PROT_OVERRIDE); in main()
235 HOST_SYNC(vcpu, TEST_FETCH_PROT_OVERRIDE); in main()
239 HOST_SYNC(vcpu, TEST_STORAGE_PROT_OVERRIDE); in main()