Searched defs:x86_model (Results 1 – 6 of 6) sorted by relevance
19 unsigned int x86_model(unsigned int sig) in x86_model() function
180 u8 x86_model; member
86 __u8 x86_model; member
40 __u8 x86_model; /* model */ member
315 static inline unsigned int x86_model(unsigned int eax) in x86_model() function
5918 static __always_inline bool is_mtl(u8 x86_model) in is_mtl()