Home
last modified time | relevance | path

Searched refs:KVM_STATS_NAME_SIZE (Results 1 – 13 of 13) sorted by relevance

/linux/arch/loongarch/kvm/
A Dvm.c17 .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 Dvcpu.c27 .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 Dvm.c22 .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 Dvcpu.c41 .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 Dbinary_stats.c69 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 Dguest.c37 .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 Dbook3s.c48 .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 Dbooke.c46 .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 Dkvm_types.h118 #define KVM_STATS_NAME_SIZE 48 macro
A Dkvm_host.h387 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 Dmips.c46 .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 Dkvm-s390.c80 .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 Dx86.c250 .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