Searched defs:x86_model (Results 1 – 10 of 10) sorted by relevance
19 unsigned int x86_model(unsigned int sig) in x86_model() function
100 unsigned int x86_model, x86_family; in microcode_read_cpu() local
96 u8 x86_model; /* model */ member
278 u8 x86_model; member
91 __u8 x86_model; member
40 __u8 x86_model; /* model */ member
56 uint8_t x86_model; member
75 uint8_t x86_model; member
315 static inline unsigned int x86_model(unsigned int eax) in x86_model() function
5968 static __always_inline bool is_mtl(u8 x86_model) in is_mtl()