Symbol: KVM_STATS_NAME_SIZE
arch/arm64/kvm/guest.c
37
.name_size = KVM_STATS_NAME_SIZE,
arch/arm64/kvm/guest.c
40
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/arm64/kvm/guest.c
41
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/arm64/kvm/guest.c
57
.name_size = KVM_STATS_NAME_SIZE,
arch/arm64/kvm/guest.c
60
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/arm64/kvm/guest.c
61
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/loongarch/kvm/vcpu.c
33
.name_size = KVM_STATS_NAME_SIZE,
arch/loongarch/kvm/vcpu.c
36
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/loongarch/kvm/vcpu.c
37
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/loongarch/kvm/vm.c
20
.name_size = KVM_STATS_NAME_SIZE,
arch/loongarch/kvm/vm.c
23
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/loongarch/kvm/vm.c
24
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/mips/kvm/mips.c
46
.name_size = KVM_STATS_NAME_SIZE,
arch/mips/kvm/mips.c
49
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/mips/kvm/mips.c
50
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/mips/kvm/mips.c
88
.name_size = KVM_STATS_NAME_SIZE,
arch/mips/kvm/mips.c
91
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/mips/kvm/mips.c
92
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/powerpc/kvm/book3s.c
48
.name_size = KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/book3s.c
51
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/book3s.c
52
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/powerpc/kvm/book3s.c
90
.name_size = KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/book3s.c
93
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/book3s.c
94
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/powerpc/kvm/booke.c
46
.name_size = KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/booke.c
49
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/booke.c
50
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/powerpc/kvm/booke.c
81
.name_size = KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/booke.c
84
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/powerpc/kvm/booke.c
85
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/riscv/kvm/vcpu.c
46
.name_size = KVM_STATS_NAME_SIZE,
arch/riscv/kvm/vcpu.c
49
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/riscv/kvm/vcpu.c
50
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/riscv/kvm/vm.c
23
.name_size = KVM_STATS_NAME_SIZE,
arch/riscv/kvm/vm.c
26
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/riscv/kvm/vm.c
27
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/s390/kvm/kvm-s390.c
194
.name_size = KVM_STATS_NAME_SIZE,
arch/s390/kvm/kvm-s390.c
197
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/s390/kvm/kvm-s390.c
198
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/s390/kvm/kvm-s390.c
86
.name_size = KVM_STATS_NAME_SIZE,
arch/s390/kvm/kvm-s390.c
89
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/s390/kvm/kvm-s390.c
90
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/x86/kvm/x86.c
264
.name_size = KVM_STATS_NAME_SIZE,
arch/x86/kvm/x86.c
267
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/x86/kvm/x86.c
268
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
arch/x86/kvm/x86.c
311
.name_size = KVM_STATS_NAME_SIZE,
arch/x86/kvm/x86.c
314
.desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
arch/x86/kvm/x86.c
315
.data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
include/linux/kvm_host.h
389
char stats_id[KVM_STATS_NAME_SIZE];
include/linux/kvm_host.h
877
char stats_id[KVM_STATS_NAME_SIZE];
include/uapi/linux/kvm.h
1609
char name[KVM_STATS_NAME_SIZE];
tools/include/uapi/linux/kvm.h
1609
char name[KVM_STATS_NAME_SIZE];
virt/kvm/binary_stats.c
103
copylen = header->id_offset + KVM_STATS_NAME_SIZE - pos;
virt/kvm/binary_stats.c
69
len = KVM_STATS_NAME_SIZE + size_header + size_desc + size_stats - pos;