Searched defs:microcode_patch (Results 1 – 2 of 2) sorted by relevance
34 struct microcode_patch { struct35 unsigned int hdrver;36 unsigned int rev;37 uint16_t year;38 uint8_t day;39 uint8_t month;40 unsigned int sig;41 unsigned int cksum;42 unsigned int ldrver;71 #define MC_HEADER_SIZE offsetof(struct microcode_patch, data) argument
35 struct microcode_patch { struct36 uint32_t data_code;37 uint32_t patch_id;38 uint8_t mc_patch_data_id[2];39 uint8_t mc_patch_data_len;40 uint8_t init_flag;64 struct microcode_patch patch[]; argument
Completed in 7 milliseconds