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