Searched refs:ucodepath (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | microcode.c | 51 static char *ucodepath; variable 134 ASSERT(ucodepath != NULL); in ucode_path() 135 return (ucodepath); in ucode_path() 368 if (ucodepath == NULL) { in ucode_locate() 370 ucodepath = kmem_zalloc(sz, KM_NOSLEEP); in ucode_locate() 371 if (ucodepath == NULL) { in ucode_locate() 376 (void) snprintf(ucodepath, sz, ucode_path_fmt, platform); in ucode_locate() 508 ASSERT3P(ucodepath, ==, NULL); in ucode_check_boot() 535 ucodepath = BOP_ALLOC(bootops, NULL, path_len, MMU_PAGESIZE); in ucode_check_boot() 536 (void) snprintf(ucodepath, path_len, ucode_path_fmt, plat); in ucode_check_boot() [all …]
|