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
2139
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4178
OPT_BOOLEAN(0, "guest-code", &symbol_conf.guest_code,
tools/perf/builtin-script.c
4209
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
2806
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
1242
if (symbol_conf.guest_code)
tools/perf/util/symbol_conf.h
56
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
939
*vm = vm_create_with_one_vcpu(vcpu, guest_code);
tools/testing/selftests/kvm/arm64/at.c
157
vcpu = aarch64_vcpu_add(vm, 0, &init, guest_code);
tools/testing/selftests/kvm/arm64/debug-exceptions.c
430
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/arm64/debug-exceptions.c
585
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/no-vgic-v3.c
147
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
84
static struct kvm_vm *setup_vm(void *guest_code, struct kvm_vcpu **source,
tools/testing/selftests/kvm/arm64/psci_test.c
95
*source = aarch64_vcpu_add(vm, 0, &init, guest_code);
tools/testing/selftests/kvm/arm64/psci_test.c
96
*target = aarch64_vcpu_add(vm, 1, &init, guest_code);
tools/testing/selftests/kvm/arm64/sea_to_user.c
266
vm = __vm_create_with_one_vcpu(vcpu, num_guest_pages, guest_code);
tools/testing/selftests/kvm/arm64/set_id_regs.c
782
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
767
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/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), (uint64_t)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
uint64_t 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
440
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
1044
void *guest_code, struct kvm_vcpu *vcpus[]);
tools/testing/selftests/kvm/include/kvm_util.h
1047
void *guest_code,
tools/testing/selftests/kvm/include/kvm_util.h
1051
guest_code, vcpus);
tools/testing/selftests/kvm/include/kvm_util.h
1058
void *guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1066
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1069
extra_mem_pages, guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1073
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1075
return __vm_create_with_one_vcpu(vcpu, 0, guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1080
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1082
return __vm_create_shape_with_one_vcpu(shape, vcpu, 0, guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1179
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code);
tools/testing/selftests/kvm/include/kvm_util.h
1182
void *guest_code)
tools/testing/selftests/kvm/include/kvm_util.h
1186
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(uint32_t type, void *guest_code,
tools/testing/selftests/kvm/kvm_page_table_test.c
256
guest_code, test_args.vcpus);
tools/testing/selftests/kvm/lib/arm64/processor.c
411
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/arm64/processor.c
413
vcpu_set_reg(vcpu, ARM64_CORE_REG(regs.pc), (uint64_t)guest_code);
tools/testing/selftests/kvm/lib/arm64/processor.c
436
struct kvm_vcpu_init *init, void *guest_code)
tools/testing/selftests/kvm/lib/arm64/processor.c
440
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
381
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/loongarch/processor.c
387
regs.pc = (uint64_t)guest_code;
tools/testing/selftests/kvm/lib/riscv/processor.c
309
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/riscv/processor.c
311
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
158
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/s390/processor.c
160
vcpu->run->psw_addr = (uintptr_t)guest_code;
tools/testing/selftests/kvm/lib/x86/processor.c
811
void vcpu_arch_set_entry_point(struct kvm_vcpu *vcpu, void *guest_code)
tools/testing/selftests/kvm/lib/x86/processor.c
816
regs.rip = (unsigned long) guest_code;
tools/testing/selftests/kvm/lib/x86/sev.c
161
struct kvm_vm *vm_sev_create_with_one_vcpu(uint32_t 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/memslot_perf_test.c
285
void *guest_code, uint64_t mem_size,
tools/testing/selftests/kvm/memslot_perf_test.c
298
data->vm = __vm_create_with_one_vcpu(&data->vcpu, mempages, guest_code);
tools/testing/selftests/kvm/memslot_perf_test.c
794
void (*guest_code)(void);
tools/testing/selftests/kvm/memslot_perf_test.c
814
if (!prepare_vm(data, nslots, maxslots, tdata->guest_code,
tools/testing/selftests/kvm/memslot_perf_test.c
855
.guest_code = guest_code_test_memslot_map,
tools/testing/selftests/kvm/memslot_perf_test.c
861
.guest_code = guest_code_test_memslot_unmap,
tools/testing/selftests/kvm/memslot_perf_test.c
867
.guest_code = guest_code_test_memslot_unmap,
tools/testing/selftests/kvm/memslot_perf_test.c
872
.guest_code = guest_code_test_memslot_move,
tools/testing/selftests/kvm/memslot_perf_test.c
878
.guest_code = guest_code_test_memslot_move,
tools/testing/selftests/kvm/memslot_perf_test.c
884
.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
556
static void test_vm_basic_test(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
561
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
574
static void test_vm_events_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
600
static void test_vm_events_snapshot_test(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
605
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
616
static void test_vm_events_overflow(void *guest_code)
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
621
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
82
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
459
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
103
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
837
void (*guest_code)(void);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
846
guest_code = use_intel_pmu() ? intel_guest_code : amd_guest_code;
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
848
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
874
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, uint32_t type, uint64_t 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
238
vm = vm_create_with_one_vcpu(&vcpu, guest_code);
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
273
KVM_ONE_VCPU_TEST(sync_regs_test, set_and_verify_various, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
311
KVM_ONE_VCPU_TEST(sync_regs_test, clear_kvm_dirty_regs_bits, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
328
KVM_ONE_VCPU_TEST(sync_regs_test, clear_kvm_valid_and_dirty_regs, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
359
KVM_ONE_VCPU_TEST(sync_regs_test, clear_kvm_valid_regs_bits, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
387
KVM_ONE_VCPU_TEST(sync_regs_test, race_cr4, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
392
KVM_ONE_VCPU_TEST(sync_regs_test, race_exc, guest_code)
tools/testing/selftests/kvm/x86/sync_regs_test.c
397
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
254
bool enable_cmci_p, void *guest_code)
tools/testing/selftests/kvm/x86/ucna_injection_test.c
256
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);