Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ucode/
H A Ducode_utils.c61 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_header_validate_intel()
186 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_validate_intel()
/titanic_50/usr/src/uts/i86pc/os/
H A Dmicrocode.c261 total_size = UCODE_TOTAL_SIZE_INTEL(ucodefp->uf_header->uh_total_size); in ucode_file_reset_intel()
568 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_locate_intel()
829 usize = UCODE_TOTAL_SIZE_INTEL(ucodefp->uf_header->uh_total_size); in ucode_load_intel()
987 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_extract_intel()
1018 UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_extract_intel()
/titanic_50/usr/src/uts/common/sys/
H A Ducode.h218 #define UCODE_TOTAL_SIZE_INTEL(size) \ macro
/titanic_50/usr/src/cmd/ucodeadm/
H A Ducodeadm.c340 total_size = UCODE_TOTAL_SIZE_INTEL(uhp->uh_total_size); in ucode_gen_files_intel()