Searched refs:hvret (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | niagara.c | 354 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()
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | mach_descrip.c | 291 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()
|
/titanic_44/usr/src/uts/sun4v/io/niumx/ |
H A D | niumx.c | 917 uint64_t hvret; in niumx_set_intr() local 935 if ((hvret = hvio_intr_setvalid(ih_p->ih_sysino, valid)) in niumx_set_intr() 938 "hvio_intr_setvalid failed, ret 0x%x\n", hvret); in niumx_set_intr() 1048 uint64_t hvret; in niumx_add_intr() local 1066 if ((hvret = hvio_intr_devino_to_sysino(NIUMX_DIP_TO_HANDLE(dip), in niumx_add_intr() 1069 "ret 0x%x\n", hvret); in niumx_add_intr() 1115 if ((hvret = hvio_intr_settarget(ih_p->ih_sysino, ih_p->ih_cpuid)) in niumx_add_intr() 1118 "hvio_intr_settarget failed, ret 0x%x\n", hvret); in niumx_add_intr()
|