Searched refs:kvm_cpuid2 (Results 1 – 15 of 15) sorted by relevance
/external/strace/tests/ |
D | ioctl_kvm_run_common.c | 268 const char *ioctl_name, const struct kvm_cpuid2 *cpuid) in print_cpuid_ioctl() 371 struct kvm_cpuid2 *cpuid = tail_alloc(sizeof(*cpuid) + in main() 385 struct kvm_cpuid2 cpuid_tmp = { .nent = 0 }; in main()
|
/external/strace/tests-m32/ |
D | ioctl_kvm_run_common.c | 268 const char *ioctl_name, const struct kvm_cpuid2 *cpuid) in print_cpuid_ioctl() 371 struct kvm_cpuid2 *cpuid = tail_alloc(sizeof(*cpuid) + in main() 385 struct kvm_cpuid2 cpuid_tmp = { .nent = 0 }; in main()
|
/external/strace/tests-mx32/ |
D | ioctl_kvm_run_common.c | 268 const char *ioctl_name, const struct kvm_cpuid2 *cpuid) in print_cpuid_ioctl() 371 struct kvm_cpuid2 *cpuid = tail_alloc(sizeof(*cpuid) + in main() 385 struct kvm_cpuid2 cpuid_tmp = { .nent = 0 }; in main()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 689 static struct kvm_cpuid2 *allocate_kvm_cpuid2(void) in allocate_kvm_cpuid2() 691 struct kvm_cpuid2 *cpuid; in allocate_kvm_cpuid2() 718 struct kvm_cpuid2 *kvm_get_supported_cpuid(void) in kvm_get_supported_cpuid() 720 static struct kvm_cpuid2 *cpuid; in kvm_get_supported_cpuid() 753 struct kvm_cpuid2 *cpuid; in kvm_get_supported_cpuid_index() 785 uint32_t vcpuid, struct kvm_cpuid2 *cpuid) in vcpu_set_cpuid()
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 797 #define KVM_GET_SUPPORTED_CPUID _IOWR(KVMIO, 0x05, struct kvm_cpuid2) 801 #define KVM_GET_EMULATED_CPUID _IOWR(KVMIO, 0x09, struct kvm_cpuid2) 1351 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) 1352 #define KVM_GET_CPUID2 _IOWR(KVMIO, 0x91, struct kvm_cpuid2) 1441 #define KVM_GET_SUPPORTED_HV_CPUID _IOWR(KVMIO, 0xc1, struct kvm_cpuid2)
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 311 struct kvm_cpuid2 *kvm_get_supported_cpuid(void); 313 struct kvm_cpuid2 *cpuid);
|
/external/syzkaller/executor/ |
D | common_kvm_amd64.h | 485 char buf[sizeof(struct kvm_cpuid2) + 128 * sizeof(struct kvm_cpuid_entry2)]; in syz_kvm_setup_cpu() 487 struct kvm_cpuid2* cpuid = (struct kvm_cpuid2*)buf; in syz_kvm_setup_cpu()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | kvm.h | 228 struct kvm_cpuid2 { struct
|
/external/strace/ |
D | kvm.c | 275 struct kvm_cpuid2 cpuid; in kvm_ioctl_decode_cpuid2()
|
D | configure.ac | 581 struct kvm_cpuid2,
|
D | config.h.in | 1184 /* Define to 1 if the system has the type `struct kvm_cpuid2'. */
|
D | configure | 12077 ac_fn_c_check_type "$LINENO" "struct kvm_cpuid2" "ac_cv_type_struct_kvm_cpuid2" "#include <linux/kv…
|
D | ChangeLog | 1373 tests: check decoding of kvm ioctls related to struct kvm_cpuid2. 1382 * configure.ac (AC_CHECK_TYPES): Add struct kvm_cpuid2.
|
/external/syzkaller/sys/linux/ |
D | kvm.txt | 77 # TODO: we should be able to read kvm_cpuid2 with KVM_GET_CPUID2, alter few bits and then call KVM_… 78 ioctl$KVM_GET_CPUID2(fd fd_kvmcpu, cmd const[KVM_GET_CPUID2], arg ptr[out, kvm_cpuid2]) 79 ioctl$KVM_SET_CPUID2(fd fd_kvmcpu, cmd const[KVM_SET_CPUID2], arg ptr[in, kvm_cpuid2]) 575 kvm_cpuid2 {
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 1988 char buf[sizeof(struct kvm_cpuid2) + 128 * sizeof(struct kvm_cpuid_entry2)]; 1990 struct kvm_cpuid2* cpuid = (struct kvm_cpuid2*)buf;
|