Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsunhv.c50 if (status != HV_EOK) in transmit_chars_putchar()
68 if (status != HV_EOK) in transmit_chars_write()
127 if (stat != HV_EOK) { in receive_chars_read()
283 if (status == HV_EOK) in sunhv_send_xchar()
307 if (status == HV_EOK) in sunhv_break_ctl()
466 if (stat == HV_EOK) in sunhv_console_write_paged()
487 if (status == HV_EOK) in sunhv_console_putchar()
/linux/drivers/rtc/
H A Drtc-sun4v.c26 if (ret == HV_EOK) in hypervisor_get_time()
53 if (ret == HV_EOK) in hypervisor_set_time()
/linux/arch/sparc/kernel/
H A Dhvapi.c120 if (hv_ret == HV_EOK) { in sun4v_hvapi_register()
H A Dpcr.c118 if (ret != HV_EOK) in n2_pcr_write()
H A Dds.c863 if (hv_ret != HV_EOK) in ldom_reboot()
1258 if (hv_ret == HV_EOK) { in ds_init()
H A Dmdesc.c518 if (status != HV_EOK || real_len > len) { in mdesc_update()
1341 if (status != HV_EOK || real_len > len) { in sun4v_mdesc_init()
/linux/drivers/sbus/char/
H A Doradax.c717 if (hv_ret == HV_EOK) { in dax_ccb_kill()
743 if (hv_ret == HV_EOK) { in dax_ccb_info()
909 case HV_EOK: in dax_ccb_exec()
/linux/arch/sparc/include/asm/
H A Dhypervisor.h61 #define HV_EOK 0 /* Successful return */ macro
/linux/Documentation/arch/sparc/oradax/
H A Doracle-dax.rst412 if (hv_rv != HV_EOK) {