HomeSort by relevance Sort by last modified time
    Searched refs:UCALL_SYNC (Results 1 - 7 of 7) sorted by null

  /external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
cr4_cpuid_sync_test.c 92 case UCALL_SYNC:
platform_info_test.c 60 TEST_ASSERT(uc.cmd == UCALL_SYNC,
61 "Received ucall other than UCALL_SYNC: %u\n",
vmx_tsc_adjust_test.c 162 case UCALL_SYNC:
evmcs_test.c 127 case UCALL_SYNC:
135 /* UCALL_SYNC is handled here. */
state_test.c 166 case UCALL_SYNC:
174 /* UCALL_SYNC is handled here. */
  /external/linux-kselftest/tools/testing/selftests/kvm/include/
kvm_util.h 155 UCALL_SYNC,
172 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
  /external/linux-kselftest/tools/testing/selftests/kvm/
dirty_log_test.c 127 if (get_ucall(vm, VCPU_ID, &uc) == UCALL_SYNC) {

Completed in 495 milliseconds