Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/boot/
H A Duv.c35 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len; in uv_query_info()
/linux-6.15/arch/s390/kvm/
H A Dpv.c83 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_destroy_cpu()
114 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
128 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
H A Dkvm-s390.c2581 info->dump.dump_cpu_buffer_len = uv_info.guest_cpu_stor_len; in kvm_s390_handle_pv_info()
5767 if (dmp.buff_len != uv_info.guest_cpu_stor_len) in kvm_s390_handle_pv_vcpu_dump()
5770 data = kvzalloc(uv_info.guest_cpu_stor_len, GFP_KERNEL); in kvm_s390_handle_pv_vcpu_dump()
5783 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-6.15/arch/s390/include/asm/
H A Duv.h538 unsigned long guest_cpu_stor_len; member
/linux-6.15/arch/s390/kernel/
H A Duv.c479 return sysfs_emit(buf, "%lx\n", uv_info.guest_cpu_stor_len); in uv_query_dump_cpu_len()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst6128 The length of the returned data is provided by uv_info.guest_cpu_stor_len.