Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h140 int32_t (*get_reg)(); member
H A Dpsvcobj.c1243 status = ((EPhysDev_t *)physobjp)->get_reg(hdlp, objp->addr_spec, in i_psvc_get_device_state_2_1()
4651 dp->get_reg = i_psvc_get_reg_11_0; in i_psvc_constructor_11_0()
4688 dp->get_reg = i_psvc_get_reg_11_1; in i_psvc_constructor_11_1()
4725 dp->get_reg = i_psvc_not_supported; in i_psvc_constructor_11_2()
4786 dp->get_reg = i_psvc_not_supported; in i_psvc_constructor_11_3()
4823 dp->get_reg = i_psvc_not_supported; in i_psvc_constructor_11_4()
4860 dp->get_reg = i_psvc_not_supported; in i_psvc_constructor_11_5()
4897 dp->get_reg = i_psvc_not_supported; in i_psvc_constructor_11_6()
4934 dp->get_reg = i_psvc_get_reg_11_7; in i_psvc_constructor_11_7()
4971 dp->get_reg = i_psvc_not_supported; in i_psvc_constructor_11_8()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c351 static struct storage *get_reg(struct regclass *class) in get_reg() function
378 reg = get_reg(class); in get_reg_value()
388 return get_reg(get_regclass_bits(bit_size)); in temp_from_bits()
1265 reg1 = get_reg(&regclass_32_8); in emit_compare()