Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara.c354 uint64_t mmustat_pa, hvret; in cpu_trapstat_conf() local
384 hvret = hv_niagara_mmustat_conf((cpu_tstat_pa + in cpu_trapstat_conf()
387 if (hvret != H_EOK) in cpu_trapstat_conf()
392 hvret = hv_niagara_mmustat_conf(0, (uint64_t *)&mmustat_pa); in cpu_trapstat_conf()
393 if (hvret != H_EOK) in cpu_trapstat_conf()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c291 uint64_t hvret; in mach_descrip_update() local
334 hvret = hv_mach_desc(tbuf_pa, &md_size); in mach_descrip_update()
335 MDP(("MD: HV return code = %ld\n", hvret)); in mach_descrip_update()
342 if (hvret != H_EOK && hvret != H_EINVAL) { in mach_descrip_update()
343 MDP(("MD: Failed with code %ld from HV\n", hvret)); in mach_descrip_update()
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c922 uint64_t hvret; in niumx_set_intr() local
940 if ((hvret = hvio_intr_setvalid(ih_p->ih_sysino, valid)) in niumx_set_intr()
943 "hvio_intr_setvalid failed, ret 0x%x\n", hvret); in niumx_set_intr()
1053 uint64_t hvret; in niumx_add_intr() local
1071 if ((hvret = hvio_intr_devino_to_sysino(NIUMX_DIP_TO_HANDLE(dip), in niumx_add_intr()
1074 "ret 0x%x\n", hvret); in niumx_add_intr()
1120 if ((hvret = hvio_intr_settarget(ih_p->ih_sysino, ih_p->ih_cpuid)) in niumx_add_intr()
1123 "hvio_intr_settarget failed, ret 0x%x\n", hvret); in niumx_add_intr()