Home
last modified time | relevance | path

Searched refs:smbp_l3cache (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c213 if (proc->smbp_l3cache != 0x13ca) { in smbios_test_proc_verify_common()
215 "0x%" _PRIxID, proc->smbp_l3cache); in smbios_test_proc_verify_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h449 id_t smbp_l3cache; /* L3 cache handle */ member
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c664 id_printf(fp, " L3 Cache Handle: ", p.smbp_l3cache); in print_processor()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c715 pp->smbp_l3cache = p.smbpr_l3cache; in smbios_info_processor()