Home
last modified time | relevance | path

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

/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.c33 .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 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.c36 .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 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.h92 #define KVM_STATS_NAME_SIZE 48 macro
A Dkvm_host.h354 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 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.c71 .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 Dx86.c247 .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