Home
last modified time | relevance | path

Searched defs:microcode_patch (Results 1 – 2 of 2) sorted by relevance

/xen/xen/arch/x86/cpu/microcode/
A Dintel.c34 struct microcode_patch { struct
35 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
A Damd.c35 struct microcode_patch { struct
36 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