Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c39 .name_size = KVM_STATS_NAME_SIZE,
42 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
43 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/include/linux/
A Dkvm_types.h124 #define KVM_STATS_NAME_SIZE 48 macro
A Dkvm_host.h382 char stats_id[KVM_STATS_NAME_SIZE];
807 char stats_id[KVM_STATS_NAME_SIZE];
1744 char name[KVM_STATS_NAME_SIZE];
/linux-6.3-rc2/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-6.3-rc2/arch/s390/kvm/
A Dkvm-s390.c73 .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-6.3-rc2/arch/x86/kvm/
A Dx86.c256 .name_size = KVM_STATS_NAME_SIZE,
259 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
260 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +
303 .name_size = KVM_STATS_NAME_SIZE,
306 .desc_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE,
307 .data_offset = sizeof(struct kvm_stats_header) + KVM_STATS_NAME_SIZE +

Completed in 53 milliseconds