Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c200 if (proc->smbp_l1cache != 0x11ca) { in smbios_test_proc_verify_common()
202 "0x%" _PRIxID, proc->smbp_l1cache); in smbios_test_proc_verify_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h447 id_t smbp_l1cache; /* L1 cache handle */ member
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c662 id_printf(fp, " L1 Cache Handle: ", p.smbp_l1cache); in print_processor()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c704 pp->smbp_l1cache = p.smbpr_l1cache; in smbios_info_processor()