Searched refs:KVM_STATS_NAME_SIZE (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/riscv/kvm/ |
| A D | vm.c | 22 .name_size = KVM_STATS_NAME_SIZE, 25 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 26 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| 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/ |
| 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/ |
| A D | guest.c | 36 .name_size = KVM_STATS_NAME_SIZE, 39 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 40 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 56 .name_size = KVM_STATS_NAME_SIZE, 59 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 60 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| /linux/arch/powerpc/kvm/ |
| 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 +
|
| 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/include/linux/ |
| A D | kvm_types.h | 92 #define KVM_STATS_NAME_SIZE 48 macro
|
| A D | kvm_host.h | 354 char stats_id[KVM_STATS_NAME_SIZE]; 625 char stats_id[KVM_STATS_NAME_SIZE]; 1359 char name[KVM_STATS_NAME_SIZE];
|
| /linux/arch/mips/kvm/ |
| 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/arch/s390/kvm/ |
| A D | kvm-s390.c | 71 .name_size = KVM_STATS_NAME_SIZE, 74 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 75 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 177 .name_size = KVM_STATS_NAME_SIZE, 180 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 181 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| /linux/arch/x86/kvm/ |
| A D | x86.c | 247 .name_size = KVM_STATS_NAME_SIZE, 250 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 251 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 286 .name_size = KVM_STATS_NAME_SIZE, 289 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 290 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
Completed in 46 milliseconds