Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/boot/
Duv.c39 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len; in uv_query_info()
/Linux-v6.6/arch/s390/kvm/
Dpv.c82 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_destroy_cpu()
113 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
127 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
Dkvm-s390.c2532 info->dump.dump_cpu_buffer_len = uv_info.guest_cpu_stor_len; in kvm_s390_handle_pv_info()
5518 if (dmp.buff_len != uv_info.guest_cpu_stor_len) in kvm_s390_handle_pv_vcpu_dump()
5521 data = kvzalloc(uv_info.guest_cpu_stor_len, GFP_KERNEL); in kvm_s390_handle_pv_vcpu_dump()
5534 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-v6.6/arch/s390/include/asm/
Duv.h391 unsigned long guest_cpu_stor_len; member
/Linux-v6.6/arch/s390/kernel/
Duv.c507 return sysfs_emit(buf, "%lx\n", uv_info.guest_cpu_stor_len); in uv_query_dump_cpu_len()
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst5986 The length of the returned data is provided by uv_info.guest_cpu_stor_len.