Home
last modified time | relevance | path

Searched refs:uf_body (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dmicrocode.c263 if (ucodefp->uf_body) { in ucode_file_reset_intel()
264 ucode_free(id, ucodefp->uf_body, body_size); in ucode_file_reset_intel()
265 ucodefp->uf_body = NULL; in ucode_file_reset_intel()
529 ucodefp->uf_ext_table) == EM_OK && ucodefp->uf_body != NULL) { in ucode_locate_intel()
570 ucodefp->uf_body = ucode_zalloc(cp->cpu_id, body_size); in ucode_locate_intel()
571 if (ucodefp->uf_body == NULL) { in ucode_locate_intel()
576 if (kobj_read(fd, (char *)ucodefp->uf_body, in ucode_locate_intel()
586 if (ucode_checksum_intel(sum, body_size, ucodefp->uf_body)) { in ucode_locate_intel()
839 (void) memcpy(&ustart[UCODE_HEADER_SIZE_INTEL], ucodefp->uf_body, in ucode_load_intel()
852 wrmsr(ucode->write_msr, (uintptr_t)ucodefp->uf_body); in ucode_load_intel()
/titanic_41/usr/src/uts/common/sys/
H A Ducode.h165 uint8_t *uf_body; member