Searched refs:HV_EOK (Results 1 – 7 of 7) sorted by relevance
366 if (err != HV_EOK) in sun4v_irq_enable()370 if (err != HV_EOK) in sun4v_irq_enable()374 if (err != HV_EOK) in sun4v_irq_enable()387 if (err != HV_EOK) in sun4v_set_affinity()398 if (err != HV_EOK) in sun4v_irq_disable()413 if (err != HV_EOK) in sun4v_irq_eoi()429 if (err != HV_EOK) in sun4v_virq_enable()435 if (err != HV_EOK) in sun4v_virq_enable()441 if (err != HV_EOK) in sun4v_virq_enable()459 if (err != HV_EOK) in sun4v_virt_set_affinity()[all …]
71 if (val != HV_EOK) in n2_pcr_write()
108 if (hv_ret == HV_EOK) { in sun4v_hvapi_register()
351 if (status != HV_EOK || real_len > len) { in mdesc_update()903 if (status != HV_EOK || real_len > len) { in sun4v_mdesc_init()
646 if (likely(status == HV_EOK)) in hypervisor_xcall_deliver()1340 if (hv_err == HV_EOK) { in __cpu_die()
576 if (ret == HV_EOK) { in probe_existing_entries()
60 #define HV_EOK 0 /* Successful return */ macro