Searched refs:hv_ret (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | hvapi.c | 112 unsigned long hv_ret; in sun4v_hvapi_register() local 114 hv_ret = sun4v_set_version(group, major, *minor, in sun4v_hvapi_register() 117 if (hv_ret == HV_EOK) { in sun4v_hvapi_register() 122 } else if (hv_ret == HV_EBADTRAP || in sun4v_hvapi_register() 123 hv_ret == HV_ENOTSUPPORTED) { in sun4v_hvapi_register()
|
D | ds.c | 858 unsigned long hv_ret; in ldom_reboot() local 860 hv_ret = sun4v_reboot_data_set(ra, len); in ldom_reboot() 861 if (hv_ret != HV_EOK) in ldom_reboot() 863 "hv_ret=%lu\n", hv_ret); in ldom_reboot() 1258 unsigned long hv_ret, major, minor; in ds_init() local 1261 hv_ret = sun4v_get_version(HV_GRP_REBOOT_DATA, &major, &minor); in ds_init() 1262 if (hv_ret == HV_EOK) { in ds_init()
|
/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 115 unsigned long off, new_head, hv_ret; in cwq_intr() local 123 hv_ret = sun4v_ncs_gethead(q->qhandle, &new_head); in cwq_intr() 126 smp_processor_id(), new_head, hv_ret); in cwq_intr() 132 hv_ret = sun4v_ncs_sethead_marker(q->qhandle, new_head); in cwq_intr() 133 if (hv_ret == HV_EOK) in cwq_intr() 144 unsigned long head, hv_ret; in mau_intr() local 151 hv_ret = sun4v_ncs_gethead(q->qhandle, &head); in mau_intr() 154 smp_processor_id(), head, hv_ret); in mau_intr() 195 unsigned long hv_ret, new_tail; in spu_queue_submit() local 199 hv_ret = sun4v_ncs_settail(q->qhandle, new_tail); in spu_queue_submit() [all …]
|