Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/boot/
Duv.c39 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len; in uv_query_info()
/linux-6.1.9/arch/s390/kvm/
Dpv.c45 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_destroy_cpu()
75 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
89 get_order(uv_info.guest_cpu_stor_len)); in kvm_s390_pv_create_cpu()
Dkvm-s390.c2448 info->dump.dump_cpu_buffer_len = uv_info.guest_cpu_stor_len; in kvm_s390_handle_pv_info()
5335 if (dmp.buff_len != uv_info.guest_cpu_stor_len) in kvm_s390_handle_pv_vcpu_dump()
5338 data = kvzalloc(uv_info.guest_cpu_stor_len, GFP_KERNEL); in kvm_s390_handle_pv_vcpu_dump()
5351 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.1.9/arch/s390/include/asm/
Duv.h347 unsigned long guest_cpu_stor_len; member
/linux-6.1.9/arch/s390/kernel/
Duv.c500 uv_info.guest_cpu_stor_len); in uv_query_dump_cpu_len()
/linux-6.1.9/Documentation/virt/kvm/
Dapi.rst5864 The length of the returned data is provided by uv_info.guest_cpu_stor_len.