Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode.c183 ucode_update_t *uusp = (ucode_update_t *)arg1; in ucode_write()
238 ucode_update_t cached = { 0 }; in ucode_update()
239 ucode_update_t *cachedp = NULL; in ucode_update()
255 ucode_update_t uus = { 0 }; in ucode_update()
256 ucode_update_t *uusp = &uus; in ucode_update()
H A Dmicrocode_intel.c350 ucode_extract_intel(ucode_update_t *uusp, uint8_t *ucodep, int size) in ucode_extract_intel()
H A Dmicrocode_amd.c372 ucode_extract_amd(ucode_update_t *uusp, uint8_t *ucodep, int size) in ucode_extract_amd()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducode.h135 } ucode_update_t; typedef
152 ucode_errno_t (*us_extract)(ucode_update_t *, uint8_t *, int);