Searched refs:KVM_STATS_NAME_SIZE (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.1/arch/riscv/kvm/ |
| 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 +
|
| D | vcpu.c | 38 .name_size = KVM_STATS_NAME_SIZE, 41 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 42 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| /Linux-v6.1/virt/kvm/ |
| 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-v6.1/arch/arm64/kvm/ |
| 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-v6.1/arch/powerpc/kvm/ |
| 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 +
|
| 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-v6.1/include/linux/ |
| D | kvm_types.h | 123 #define KVM_STATS_NAME_SIZE 48 macro
|
| D | kvm_host.h | 371 char stats_id[KVM_STATS_NAME_SIZE]; 788 char stats_id[KVM_STATS_NAME_SIZE]; 1750 char name[KVM_STATS_NAME_SIZE];
|
| /Linux-v6.1/arch/mips/kvm/ |
| 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-v6.1/arch/s390/kvm/ |
| D | kvm-s390.c | 73 .name_size = KVM_STATS_NAME_SIZE, 76 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 77 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 179 .name_size = KVM_STATS_NAME_SIZE, 182 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 183 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | x86.c | 251 .name_size = KVM_STATS_NAME_SIZE, 254 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 255 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE + 298 .name_size = KVM_STATS_NAME_SIZE, 301 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE, 302 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
|