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.c150 ucode_update_t *uusp = (ucode_update_t *)arg1; in ucode_write()
205 ucode_update_t cached = { 0 }; in ucode_update()
206 ucode_update_t *cachedp = NULL; in ucode_update()
222 ucode_update_t uus = { 0 }; in ucode_update()
223 ucode_update_t *uusp = &uus; in ucode_update()
H A Dmicrocode_amd.c351 ucode_extract_amd(ucode_update_t *uusp, uint8_t *ucodep, int size) in ucode_extract_amd()
H A Dmicrocode_intel.c321 ucode_extract_intel(ucode_update_t *uusp, uint8_t *ucodep, int size) in ucode_extract_intel()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducode.h132 } ucode_update_t; typedef
149 ucode_errno_t (*us_extract)(ucode_update_t *, uint8_t *, int);