Searched refs:ucall (Results 1 – 9 of 9) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | ucall.c | 81 static void ucall_pio_exit(struct ucall *uc) in ucall_pio_exit() 89 static void ucall_mmio_exit(struct ucall *uc) in ucall_mmio_exit() 94 void ucall(uint64_t cmd, int nargs, ...) in ucall() function 96 struct ucall uc = { in ucall() 119 uint64_t get_ucall(struct kvm_vm *vm, uint32_t vcpu_id, struct ucall *uc) in get_ucall()
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/ |
D | kvm_util.h | 162 struct ucall { struct 169 void ucall(uint64_t cmd, int nargs, ...); argument 170 uint64_t get_ucall(struct kvm_vm *vm, uint32_t vcpu_id, struct ucall *uc); 172 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage) 173 #define GUEST_DONE() ucall(UCALL_DONE, 0) 176 ucall(UCALL_ABORT, 2, \
|
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
D | platform_info_test.c | 51 struct ucall uc; in test_msr_platform_info_enabled() 62 ucall); in test_msr_platform_info_enabled()
|
D | cr4_cpuid_sync_test.c | 70 struct ucall uc; in main()
|
D | vmx_tsc_adjust_test.c | 150 struct ucall uc; in main()
|
D | evmcs_test.c | 83 struct ucall uc; in main()
|
D | state_test.c | 132 struct ucall uc; in main()
|
/external/linux-kselftest/tools/testing/selftests/kvm/ |
D | Makefile | 6 LIBKVM = lib/assert.c lib/elf.c lib/io.c lib/kvm_util.c lib/ucall.c lib/sparsebit.c
|
D | dirty_log_test.c | 117 struct ucall uc; in vcpu_worker()
|