Searched refs:KVM_STATS_NAME_SIZE (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/loongarch/kvm/ |
| A D | vm.c | 17 .name_size = KVM_STATS_NAME_SIZE, 20 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 21 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| A D | vcpu.c | 27 .name_size = KVM_STATS_NAME_SIZE, 30 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 31 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| /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 | 41 .name_size = KVM_STATS_NAME_SIZE, 44 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 45 .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 | 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/ |
| 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 | 118 #define KVM_STATS_NAME_SIZE 48 macro
|
| A D | kvm_host.h | 387 char stats_id[KVM_STATS_NAME_SIZE]; 859 char stats_id[KVM_STATS_NAME_SIZE]; 1866 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 | 80 .name_size = KVM_STATS_NAME_SIZE, 83 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 84 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 187 .name_size = KVM_STATS_NAME_SIZE, 190 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 191 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| /linux/arch/x86/kvm/ |
| A D | x86.c | 250 .name_size = KVM_STATS_NAME_SIZE, 253 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 254 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 297 .name_size = KVM_STATS_NAME_SIZE, 300 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 301 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
Completed in 78 milliseconds