Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ucode/
H A Ducode_utils.c62 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_header_validate_intel()
191 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_validate_intel()
/titanic_50/usr/src/uts/i86pc/os/
H A Dmicrocode.c262 body_size = UCODE_BODY_SIZE_INTEL(ucodefp->uf_header->uh_body_size); in ucode_file_reset_intel()
569 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_locate_intel()
833 body_size = UCODE_BODY_SIZE_INTEL(ucodefp->uf_header->uh_body_size); in ucode_load_intel()
988 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_extract_intel()
/titanic_50/usr/src/uts/common/sys/
H A Ducode.h215 #define UCODE_BODY_SIZE_INTEL(size) \ macro
/titanic_50/usr/src/cmd/ucodeadm/
H A Ducodeadm.c341 body_size = UCODE_BODY_SIZE_INTEL(uhp->uh_body_size); in ucode_gen_files_intel()