Searched refs:guest_cpu_stor_len (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/boot/
H A Duv.c39 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len;
/linux-master/arch/s390/include/asm/
H A Duv.h391 unsigned long guest_cpu_stor_len; member in struct:uv_info
/linux-master/arch/s390/kvm/
H A Dpv.c82 get_order(uv_info.guest_cpu_stor_len));
113 get_order(uv_info.guest_cpu_stor_len));
127 get_order(uv_info.guest_cpu_stor_len));
H A Dkvm-s390.c2538 info->dump.dump_cpu_buffer_len = uv_info.guest_cpu_stor_len;
5505 if (dmp.buff_len != uv_info.guest_cpu_stor_len)
5508 data = kvzalloc(uv_info.guest_cpu_stor_len, GFP_KERNEL);
5521 if (!ret && copy_to_user((__u8 __user *)dmp.buff_addr, data, uv_info.guest_cpu_stor_len))
/linux-master/arch/s390/kernel/
H A Duv.c507 return sysfs_emit(buf, "%lx\n", uv_info.guest_cpu_stor_len);

Completed in 144 milliseconds