Searched defs:ucode_free (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c66 static void ucode_free(processorid_t, void *, size_t);
190 ucode_free(processorid_t id, void* buf, size_t size) function
248 ucode_free(id, ucodefp, sizeof (ucode_file_amd_t));
264 ucode_free(id, ucodefp->uf_body, body_size);
271 ucode_free(id, ucodefp->uf_ext_table, size);
275 ucode_free(id, ucodefp->uf_header, UCODE_HEADER_SIZE_INTEL);

Completed in 48 milliseconds