Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_pinfo.c143 rv.smbpairv_xlen = SMB_RV_WIDTH_64B; in smbios_test_pinfo_mktable_riscv()
144 rv.smbpairv_mxlen = SMB_RV_WIDTH_64B; in smbios_test_pinfo_mktable_riscv()
275 if (rv.smbpirv_xlen != SMB_RV_WIDTH_64B) { in smbios_test_pinfo_verify_riscv()
280 if (rv.smbpirv_mxlen != SMB_RV_WIDTH_64B) { in smbios_test_pinfo_verify_riscv()
313 if (strcmp(smbios_riscv_width_desc(SMB_RV_WIDTH_64B), "64-bit") != in smbios_test_pinfo_verify_riscv()
316 smbios_riscv_width_desc(SMB_RV_WIDTH_64B)); in smbios_test_pinfo_verify_riscv()
H A Dsmbios_test_strings.c118 { smbios_riscv_width_desc, SMB_RV_WIDTH_64B, "64-bit" },
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h1870 #define SMB_RV_WIDTH_64B 0x02 /* 64-bit */ macro