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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c65 static void* ucode_zalloc(processorid_t, size_t);
180 ucode_zalloc(processorid_t id, size_t size) function
300 /* ucode_zalloc() cannot fail on boot cpu */
301 eqtbl = ucode_zalloc(cp->cpu_id, sizeof (*eqtbl));
427 ucodefp = ucode_zalloc(cp->cpu_id, sizeof (*ucodefp));
467 * about failing ucode_zalloc() or freeing allocated memory.
484 ucodefp = ucode_zalloc(cp->cpu_id, sizeof (*ucodefp));
489 ucodefp->ucodep = ucode_zalloc(cp->cpu_id, size);
550 ucodefp->uf_header = ucode_zalloc(cp->cpu_id, header_size);
570 ucodefp->uf_body = ucode_zalloc(c
[all...]

Completed in 59 milliseconds