Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A Dnx-common-pseries.c1146 struct hv_vas_all_caps *hv_caps; in nxcop_get_capabilities() local
1151 hv_caps = kmalloc_obj(*hv_caps); in nxcop_get_capabilities()
1152 if (!hv_caps) in nxcop_get_capabilities()
1158 (u64)virt_to_phys(hv_caps)); in nxcop_get_capabilities()
1160 feat = be64_to_cpu(hv_caps->feat_type); in nxcop_get_capabilities()
1161 kfree(hv_caps); in nxcop_get_capabilities()