Searched refs:uv_info (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/s390/boot/
H A Duv.c17 struct uv_info __bootdata_preserved(uv_info);
34 memcpy(uv_info.inst_calls_list, uvcb.inst_calls_list, sizeof(uv_info.inst_calls_list));
35 uv_info.uv_base_stor_len = uvcb.uv_base_stor_len;
36 uv_info.guest_base_stor_len = uvcb.conf_base_phys_stor_len;
37 uv_info.guest_virt_base_stor_len = uvcb.conf_base_virt_stor_len;
38 uv_info.guest_virt_var_stor_len = uvcb.conf_virt_var_stor_len;
39 uv_info.guest_cpu_stor_len = uvcb.cpu_stor_len;
40 uv_info
[all...]
/linux-master/arch/s390/kernel/
H A Duv.c27 * uv_info contains both host and guest information but it's currently only
34 struct uv_info __bootdata_preserved(uv_info);
35 EXPORT_SYMBOL(uv_info); variable
66 uv_info.uv_base_stor_len, SZ_1M, SZ_2G,
70 uv_info.uv_base_stor_len);
74 if (uv_init(__pa(uv_stor_base), uv_info.uv_base_stor_len)) {
75 memblock_free(uv_stor_base, uv_info.uv_base_stor_len);
80 uv_info.uv_base_stor_len >> 20);
477 uv_info
[all...]
/linux-master/arch/s390/include/asm/
H A Duv.h385 struct uv_info { struct
408 extern struct uv_info uv_info;
412 if (feature_bit >= sizeof(uv_info.uv_feature_indications) * 8)
414 return test_bit_inv(feature_bit, &uv_info.uv_feature_indications);
/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));
161 get_order(uv_info.guest_base_stor_len));
167 unsigned long base = uv_info.guest_base_stor_len;
168 unsigned long virt = uv_info.guest_virt_var_stor_len;
190 vlen += uv_info.guest_virt_base_stor_len;
234 free_pages(leftover->stor_base, get_order(uv_info.guest_base_stor_len));
299 return test_bit_inv(BIT_UVC_CMD_DESTROY_SEC_CONF_FAST, uv_info.inst_calls_list);
742 * -EINVAL if buff_user_len is not aligned to uv_info
[all...]
H A Dkvm-s390.c650 (unsigned long *)&uv_info.inst_calls_list)) {
1554 filter = uv_info.uv_feature_indications & KVM_S390_VM_CPU_UV_FEAT_GUEST_MASK;
1839 BUILD_BUG_ON(sizeof(*dst) != sizeof(uv_info.uv_feature_indications));
1841 feat = uv_info.uv_feature_indications & KVM_S390_VM_CPU_UV_FEAT_GUEST_MASK;
2521 uv_info.inst_calls_list,
2522 sizeof(uv_info.inst_calls_list));
2525 info->vm.max_cpus = uv_info.max_guest_cpu_id + 1;
2526 info->vm.max_guests = uv_info.max_num_sec_conf;
2527 info->vm.max_guest_addr = uv_info.max_sec_stor_addr;
2528 info->vm.feature_indication = uv_info
[all...]
/linux-master/drivers/s390/char/
H A Duvdevice.c58 if (!test_bit_inv(ioctl_nr_to_uvc_bit[i], uv_info.inst_calls_list))

Completed in 151 milliseconds