Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Ducall.c81 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/
Dkvm_util.h162 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/
Dplatform_info_test.c51 struct ucall uc; in test_msr_platform_info_enabled()
62 ucall); in test_msr_platform_info_enabled()
Dcr4_cpuid_sync_test.c70 struct ucall uc; in main()
Dvmx_tsc_adjust_test.c150 struct ucall uc; in main()
Devmcs_test.c83 struct ucall uc; in main()
Dstate_test.c132 struct ucall uc; in main()
/external/linux-kselftest/tools/testing/selftests/kvm/
DMakefile6 LIBKVM = lib/assert.c lib/elf.c lib/io.c lib/kvm_util.c lib/ucall.c lib/sparsebit.c
Ddirty_log_test.c117 struct ucall uc; in vcpu_worker()