Symbol: test_vcpu_shared_data
tools/testing/selftests/kvm/arch_timer.c
41
struct test_vcpu_shared_data vcpu_shared_data[KVM_MAX_VCPUS];
tools/testing/selftests/kvm/arch_timer.c
53
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[vcpu_idx];
tools/testing/selftests/kvm/arm64/arch_timer.c
109
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/arm64/arch_timer.c
116
static void guest_run_stage(struct test_vcpu_shared_data *shared_data,
tools/testing/selftests/kvm/arm64/arch_timer.c
144
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/arm64/arch_timer.c
27
guest_configure_timer_action(struct test_vcpu_shared_data *shared_data)
tools/testing/selftests/kvm/arm64/arch_timer.c
56
struct test_vcpu_shared_data *shared_data)
tools/testing/selftests/kvm/include/timer_test.h
40
extern struct test_vcpu_shared_data vcpu_shared_data[];
tools/testing/selftests/kvm/loongarch/arch_timer.c
119
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/loongarch/arch_timer.c
32
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/loongarch/arch_timer.c
69
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/loongarch/arch_timer.c
93
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/riscv/arch_timer.c
23
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];
tools/testing/selftests/kvm/riscv/arch_timer.c
41
static void guest_run(struct test_vcpu_shared_data *shared_data)
tools/testing/selftests/kvm/riscv/arch_timer.c
70
struct test_vcpu_shared_data *shared_data = &vcpu_shared_data[cpu];