Searched refs:hv_caps (Results 1 – 2 of 2) sorted by relevance
590 struct hv_vas_cop_feat_caps *hv_caps) in get_vas_capabilities() argument604 (u64)virt_to_phys(hv_caps)); in get_vas_capabilities()608 caps->user_mode = hv_caps->user_mode; in get_vas_capabilities()614 caps->descriptor = be64_to_cpu(hv_caps->descriptor); in get_vas_capabilities()615 caps->win_type = hv_caps->win_type; in get_vas_capabilities()623 be16_to_cpu(hv_caps->target_lpar_creds)); in get_vas_capabilities()1078 struct hv_vas_all_caps *hv_caps; in pseries_vas_init() local1090 hv_caps = kmalloc(sizeof(*hv_caps), GFP_KERNEL); in pseries_vas_init()1091 if (!hv_caps) in pseries_vas_init()1097 (u64)virt_to_phys(hv_caps)); in pseries_vas_init()[all …]
1145 struct hv_vas_all_caps *hv_caps; in nxcop_get_capabilities() local1150 hv_caps = kmalloc(sizeof(*hv_caps), GFP_KERNEL); in nxcop_get_capabilities()1151 if (!hv_caps) in nxcop_get_capabilities()1157 (u64)virt_to_phys(hv_caps)); in nxcop_get_capabilities()1159 feat = be64_to_cpu(hv_caps->feat_type); in nxcop_get_capabilities()1160 kfree(hv_caps); in nxcop_get_capabilities()