Home
last modified time | relevance | path

Searched refs:guest_cpu_stor_len (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/boot/
H A Duv.c35 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len; in uv_query_info()
/linux/arch/s390/kvm/
H A Dpv.c244 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_destroy_cpu()
275 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
289 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
H A Dkvm-s390.c2422 info->dump.dump_cpu_buffer_len = uv_info.guest_cpu_stor_len; in kvm_s390_handle_pv_info()
5389 if (dmp.buff_len != uv_info.guest_cpu_stor_len) in kvm_s390_handle_pv_vcpu_dump()
5392 data = kvzalloc(uv_info.guest_cpu_stor_len, GFP_KERNEL); in kvm_s390_handle_pv_vcpu_dump()
5405 if (!ret && copy_to_user((__u8 __user *)dmp.buff_addr, data, uv_info.guest_cpu_stor_len)) in kvm_s390_handle_pv_vcpu_dump()
/linux/arch/s390/include/asm/
H A Duv.h537 unsigned long guest_cpu_stor_len; member
/linux/arch/s390/kernel/
H A Duv.c442 return sysfs_emit(buf, "%lx\n", uv_info.guest_cpu_stor_len); in uv_query_dump_cpu_len()
/linux/Documentation/virt/kvm/
H A Dapi.rst6174 The length of the returned data is provided by uv_info.guest_cpu_stor_len.