Symbol: guest_code
drivers/input/rmi4/rmi_f34.h
157
u16 guest_code;
drivers/input/rmi4/rmi_f34.h
184
u16 guest_code;
drivers/input/rmi4/rmi_f34.h
219
struct block_data guest_code;
drivers/input/rmi4/rmi_f34v7.c
415
blkcount->guest_code = partition_length;
drivers/input/rmi4/rmi_f34v7.c
416
phyaddr->guest_code = physical_address;
drivers/input/rmi4/rmi_f34v7.c
419
__func__, blkcount->guest_code);
drivers/input/rmi4/rmi_f34v7.c
800
return rmi_f34v7_write_f34v7_blocks(f34, f34->v7.img.guest_code.data,
drivers/input/rmi4/rmi_f34v7.c
801
f34->v7.img.guest_code.size /
drivers/input/rmi4/rmi_f34v7.c
971
f34->v7.img.guest_code.data = content;
drivers/input/rmi4/rmi_f34v7.c
972
f34->v7.img.guest_code.size = length;
tools/perf/builtin-kvm.c
2138
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4194
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4225
symbol_conf.guest_code) {
tools/perf/util/event.c
811
if (symbol_conf.guest_code && !machine__is_host(machine))
tools/perf/util/intel-pt.c
2827
if (symbol_conf.guest_code && (state->from_nr || state->to_nr))
tools/perf/util/intel-pt.c
708
if (symbol_conf.guest_code) {
tools/perf/util/intel-pt.c
784
} else if ((!symbol_conf.guest_code && cpumode != PERF_RECORD_MISC_GUEST_KERNEL) ||
tools/perf/util/session.c
1721
if (symbol_conf.guest_code)
tools/perf/util/symbol_conf.h
65
guest_code,
tools/testing/selftests/kvm/arm64/arch_timer.c
185
vm = vm_create_with_vcpus(nr_vcpus, guest_code, vcpus);
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
938
*vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/arm64/at.c
147
vcpu = aarch64_vcpu_add(vm, 0, &init, guest_code);
tools/testing/selftests/kvm/arm64/debug-exceptions.c
428
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/debug-exceptions.c
583
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/external_aborts.c
31
static struct kvm_vm *vm_create_with_dabt_handler(struct kvm_vcpu **vcpu, void *guest_code,
tools/testing/selftests/kvm/arm64/external_aborts.c
34
struct kvm_vm *vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/arm64/hello_el2.c
55
vcpu = aarch64_vcpu_add(vm, 0, &init, guest_code);
tools/testing/selftests/kvm/arm64/host_sve.c
86
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/hypercalls.c
264
vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/arm64/idreg-idst.c
85
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/kvm-uuid.c
45
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/mmio_sign_ext.c
206
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/no-vgic.c
242
static void test_guest_no_vgic(void *guest_code)
tools/testing/selftests/kvm/arm64/no-vgic.c
248
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/page_fault_test.c
711
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/arm64/psci_test.c
82
static struct kvm_vm *setup_vm(void *guest_code, struct kvm_vcpu **source,
tools/testing/selftests/kvm/arm64/psci_test.c
93
*source = aarch64_vcpu_add(vm, 0, &init, guest_code);
tools/testing/selftests/kvm/arm64/psci_test.c
94
*target = aarch64_vcpu_add(vm, 1, &init, guest_code);
tools/testing/selftests/kvm/arm64/sea_to_user.c
263
vm = __vm_create_with_one_vcpu(vcpu, num_guest_pages, guest_code);
tools/testing/selftests/kvm/arm64/set_id_regs.c
821
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
347
vcpus[i] = vm_vcpu_add(v.vm, i, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
467
(void)vm_vcpu_add(v.vm, 0, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
471
(void)vm_vcpu_add(v.vm, 3, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
476
(void)vm_vcpu_add(v.vm, 1, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
481
(void)vm_vcpu_add(v.vm, 2, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
528
vm_vcpu_add(v.vm, vcpuids[i], guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
624
vcpus[i] = vm_vcpu_add(v.vm, i, guest_code);
tools/testing/selftests/kvm/arm64/vgic_init.c
727
v.vm = vm_create_with_vcpus(NR_VCPUS, guest_code, vcpus);
tools/testing/selftests/kvm/arm64/vgic_init.c
81
v.vm = vm_create_with_vcpus(nr_vcpus, guest_code, vcpus);
tools/testing/selftests/kvm/arm64/vgic_irq.c
768
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/vgic_lpi_stress.c
342
vm = vm_create_with_vcpus(test_data.nr_cpus, guest_code, vcpus);
tools/testing/selftests/kvm/arm64/vgic_v5.c
111
vcpus[i] = vm_vcpu_add(v.vm, i, guest_code);
tools/testing/selftests/kvm/arm64/vgic_v5.c
182
v.vm = vm_create_with_vcpus(NR_VCPUS, guest_code, vcpus);
tools/testing/selftests/kvm/arm64/vpmu_counter_access.c
402
static void create_vpmu_vm(void *guest_code)
tools/testing/selftests/kvm/arm64/vpmu_counter_access.c
426
vpmu_vm.vcpu = aarch64_vcpu_add(vpmu_vm.vm, 0, &init, guest_code);
tools/testing/selftests/kvm/arm64/vpmu_counter_access.c
470
create_vpmu_vm(guest_code);
tools/testing/selftests/kvm/arm64/vpmu_counter_access.c
517
vcpu_set_reg(vcpu, ARM64_CORE_REG(regs.pc), (u64)guest_code);
tools/testing/selftests/kvm/arm64/vpmu_counter_access.c
607
create_vpmu_vm(guest_code);
tools/testing/selftests/kvm/coalesced_io_test.c
198
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/dirty_log_test.c
578
u64 extra_mem_pages, void *guest_code)
tools/testing/selftests/kvm/dirty_log_test.c
587
*vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/dirty_log_test.c
622
2ul << (DIRTY_MEM_BITS - PAGE_SHIFT_4K), guest_code);
tools/testing/selftests/kvm/guest_memfd_test.c
524
vm = __vm_create_shape_with_one_vcpu(VM_SHAPE_DEFAULT, &vcpu, 1, guest_code);
tools/testing/selftests/kvm/guest_print_test.c
195
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/hardware_disable_test.c
101
vcpu = vm_vcpu_add(vm, i, guest_code);
tools/testing/selftests/kvm/include/arm64/processor.h
132
struct kvm_vcpu_init *init, void *guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1042
void *guest_code, struct kvm_vcpu *vcpus[]);
tools/testing/selftests/kvm/include/kvm_util.h
1045
void *guest_code,
tools/testing/selftests/kvm/include/kvm_util.h
1049
guest_code, vcpus);
tools/testing/selftests/kvm/include/kvm_util.h
1056
void *guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1064
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1067
extra_mem_pages, guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1071
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1073
return __vm_create_with_one_vcpu(vcpu, 0, guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1078
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1080
return __vm_create_shape_with_one_vcpu(shape, vcpu, 0, guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1173
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1176
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1180
vcpu_arch_set_entry_point(vcpu, guest_code);
tools/testing/selftests/kvm/include/x86/sev.h
56
struct kvm_vm *vm_sev_create_with_one_vcpu(u32 type, void *guest_code,
tools/testing/selftests/kvm/kvm_page_table_test.c
258
guest_code, test_args.vcpus);
tools/testing/selftests/kvm/lib/arm64/processor.c
410
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/arm64/processor.c
412
vcpu_set_reg(vcpu, ARM64_CORE_REG(regs.pc), (u64)guest_code);
tools/testing/selftests/kvm/lib/arm64/processor.c
435
struct kvm_vcpu_init *init, void *guest_code)
tools/testing/selftests/kvm/lib/arm64/processor.c
439
vcpu_arch_set_entry_point(vcpu, guest_code);
tools/testing/selftests/kvm/lib/kvm_util.c
551
void *guest_code, struct kvm_vcpu *vcpus[])
tools/testing/selftests/kvm/lib/kvm_util.c
561
vcpus[i] = vm_vcpu_add(vm, i, guest_code);
tools/testing/selftests/kvm/lib/kvm_util.c
570
void *guest_code)
tools/testing/selftests/kvm/lib/kvm_util.c
575
vm = __vm_create_with_vcpus(shape, 1, extra_mem_pages, guest_code, vcpus);
tools/testing/selftests/kvm/lib/loongarch/processor.c
394
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/loongarch/processor.c
400
regs.pc = (u64)guest_code;
tools/testing/selftests/kvm/lib/riscv/processor.c
308
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/riscv/processor.c
310
vcpu_set_reg(vcpu, RISCV_CORE_REG(regs.pc), (unsigned long)guest_code);
tools/testing/selftests/kvm/lib/s390/diag318_test_handler.c
34
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/lib/s390/processor.c
156
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/s390/processor.c
158
vcpu->run->psw_addr = (uintptr_t)guest_code;
tools/testing/selftests/kvm/lib/x86/processor.c
810
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/x86/processor.c
815
regs.rip = (unsigned long) guest_code;
tools/testing/selftests/kvm/lib/x86/sev.c
161
struct kvm_vm *vm_sev_create_with_one_vcpu(u32 type, void *guest_code,
tools/testing/selftests/kvm/lib/x86/sev.c
171
vm = __vm_create_with_vcpus(shape, 1, 0, guest_code, cpus);
tools/testing/selftests/kvm/loongarch/arch_timer.c
187
vm = vm_create_with_vcpus(nr_vcpus, guest_code, vcpus);
tools/testing/selftests/kvm/loongarch/pmu_test.c
162
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/memslot_perf_test.c
286
void *guest_code, u64 mem_size,
tools/testing/selftests/kvm/memslot_perf_test.c
299
data->vm = __vm_create_with_one_vcpu(&data->vcpu, mempages, guest_code);
tools/testing/selftests/kvm/memslot_perf_test.c
795
void (*guest_code)(void);
tools/testing/selftests/kvm/memslot_perf_test.c
815
if (!prepare_vm(data, nslots, maxslots, tdata->guest_code,
tools/testing/selftests/kvm/memslot_perf_test.c
856
.guest_code = guest_code_test_memslot_map,
tools/testing/selftests/kvm/memslot_perf_test.c
862
.guest_code = guest_code_test_memslot_unmap,
tools/testing/selftests/kvm/memslot_perf_test.c
868
.guest_code = guest_code_test_memslot_unmap,
tools/testing/selftests/kvm/memslot_perf_test.c
873
.guest_code = guest_code_test_memslot_move,
tools/testing/selftests/kvm/memslot_perf_test.c
879
.guest_code = guest_code_test_memslot_move,
tools/testing/selftests/kvm/memslot_perf_test.c
885
.guest_code = guest_code_test_memslot_rw,
tools/testing/selftests/kvm/mmu_stress_test.c
338
guest_code, vcpus);
tools/testing/selftests/kvm/pre_fault_memory_test.c
174
vm = vm_create_shape_with_one_vcpu(shape, &vcpu, guest_code);
tools/testing/selftests/kvm/riscv/arch_timer.c
85
vm = vm_create_with_vcpus(nr_vcpus, guest_code, vcpus);
tools/testing/selftests/kvm/riscv/ebreak_test.c
47
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
574
static void test_vm_basic_test(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
579
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
592
static void test_vm_events_test(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
597
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
618
static void test_vm_events_snapshot_test(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
623
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
634
static void test_vm_events_overflow(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
639
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/rseq_test.c
244
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/s390/debug_test.c
19
static struct kvm_vm *test_step_int_1(struct kvm_vcpu **vcpu, void *guest_code,
tools/testing/selftests/kvm/s390/debug_test.c
27
vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/s390/debug_test.c
42
static void test_step_int(void *guest_code, size_t new_psw_off)
tools/testing/selftests/kvm/s390/debug_test.c
48
vm = test_step_int_1(&vcpu, guest_code, new_psw_off, new_psw);
tools/testing/selftests/kvm/s390/irq_routing.c
20
extern char guest_code[];
tools/testing/selftests/kvm/s390/irq_routing.c
38
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/s390/memop.c
244
static struct test_default test_default_init(void *guest_code)
tools/testing/selftests/kvm/s390/memop.c
250
t.kvm_vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/s390/shared_zeropage_test.c
81
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/s390/sync_regs_test.c
228
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/s390/tprot.c
215
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/set_memory_region_test.c
111
void *guest_code)
tools/testing/selftests/kvm/set_memory_region_test.c
117
vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/steal_time.c
530
vm = vm_create_with_vcpus(NR_VCPUS, guest_code, vcpus);
tools/testing/selftests/kvm/x86/amx_test.c
257
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/aperfmperf_test.c
154
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c
71
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/debug_regs.c
166
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/evmcs_smm_controls_test.c
89
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/exit_on_emulation_failure_test.c
28
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/fastops_test.c
203
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/hyperv_cpuid.c
144
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
247
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/hyperv_extended_hypercalls.c
55
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
163
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/kvm_buslock_test.c
86
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/x86/nested_emulation_test.c
132
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c
127
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/x86/platform_info_test.c
50
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
91
void *guest_code,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
97
vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
324
static void test_pmu_config_disable(void (*guest_code)(void))
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
338
vcpu = vm_vcpu_add(vm, 0, guest_code);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
844
void (*guest_code)(void);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
853
guest_code = use_intel_pmu() ? intel_guest_code : amd_guest_code;
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
855
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
881
test_pmu_config_disable(guest_code);
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
393
vm = __vm_create_with_vcpus(shape, nr_vcpus, 0, guest_code, vcpus);
tools/testing/selftests/kvm/x86/sev_smoke_test.c
153
static void test_sev(void *guest_code, u32 type, u64 policy)
tools/testing/selftests/kvm/x86/sev_smoke_test.c
159
vm = vm_sev_create_with_one_vcpu(type, guest_code, &vcpu);
tools/testing/selftests/kvm/x86/smaller_maxphyaddr_emulation_test.c
56
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/smm_test.c
127
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/state_test.c
271
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
110
static void run_test(void *guest_code, bool do_save_restore, int nr_iters)
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
118
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
164
#define gpat_test(test_name, guest_code, npt_setting) \
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
174
run_test(guest_code, false, 1); \
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
176
if (guest_code == l1_guest_code) { \
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
178
run_test(guest_code, true, 1); \
tools/testing/selftests/kvm/x86/svm_nested_pat_test.c
181
run_test(guest_code, false, 10); \
tools/testing/selftests/kvm/x86/sync_regs_test.c
208
KVM_ONE_VCPU_TEST(sync_regs_test, read_invalid, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
229
KVM_ONE_VCPU_TEST(sync_regs_test, set_invalid, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
250
KVM_ONE_VCPU_TEST(sync_regs_test, req_and_verify_all_valid, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
272
KVM_ONE_VCPU_TEST(sync_regs_test, set_and_verify_various, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
310
KVM_ONE_VCPU_TEST(sync_regs_test, clear_kvm_dirty_regs_bits, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
327
KVM_ONE_VCPU_TEST(sync_regs_test, clear_kvm_valid_and_dirty_regs, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
358
KVM_ONE_VCPU_TEST(sync_regs_test, clear_kvm_valid_regs_bits, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
386
KVM_ONE_VCPU_TEST(sync_regs_test, race_cr4, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
391
KVM_ONE_VCPU_TEST(sync_regs_test, race_exc, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
396
KVM_ONE_VCPU_TEST(sync_regs_test, race_inj_pen, guest_code)
tools/testing/selftests/kvm/x86/tsc_msrs_test.c
103
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/tsc_scaling_sync.c
53
vcpu = vm_vcpu_add(vm, vcpu_id, guest_code);
tools/testing/selftests/kvm/x86/ucna_injection_test.c
255
bool enable_cmci_p, void *guest_code)
tools/testing/selftests/kvm/x86/ucna_injection_test.c
257
struct kvm_vcpu *vcpu = vm_vcpu_add(vm, vcpuid, guest_code);
tools/testing/selftests/kvm/x86/userspace_io_test.c
61
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/vmx_exception_with_invalid_guest_state.c
115
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/vmx_nested_la57_state_test.c
87
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
124
KVM_ONE_VCPU_TEST(vmx_pmu_caps, basic_perf_capabilities, guest_code)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
130
KVM_ONE_VCPU_TEST(vmx_pmu_caps, fungible_perf_capabilities, guest_code)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
149
KVM_ONE_VCPU_TEST(vmx_pmu_caps, immutable_perf_capabilities, guest_code)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
195
KVM_ONE_VCPU_TEST(vmx_pmu_caps, lbr_perf_capabilities, guest_code)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
211
KVM_ONE_VCPU_TEST(vmx_pmu_caps, perf_capabilities_unsupported, guest_code)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
84
KVM_ONE_VCPU_TEST(vmx_pmu_caps, guest_wrmsr_perf_capabilities, guest_code)
tools/testing/selftests/kvm/x86/vmx_preemption_timer_test.c
173
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/xcr0_cpuid_test.c
114
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
454
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/xen_vmcall_test.c
91
vm = vm_create_with_one_vcpu(&vcpu, guest_code);