Lines Matching full:any

13  * (at your option) any later version.
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
63 * doesn't seem to be any named specification for these. The conversion
68 * doesn't seem to be any named specification for these. The conversion
175 #define ANY 0xFF macro
186 {X86_VENDOR_AMD, 0x6, ANY, ANY, 90}, /* Athlon Duron etc */
187 {X86_VENDOR_AMD, 0xF, 0x3F, ANY, 24}, /* Athlon 64, Opteron */
192 {X86_VENDOR_AMD, 0xF, 0x7F, ANY, 24}, /* NPT family 0Fh */
193 {X86_VENDOR_AMD, 0xF, ANY, ANY, 25}, /* future fam. 0Fh */
194 {X86_VENDOR_AMD, 0x10, ANY, ANY, 25}, /* NPT family 10h */
196 {X86_VENDOR_INTEL, 0x6, 0x9, ANY, 13}, /* Pentium M (130 nm) */
197 {X86_VENDOR_INTEL, 0x6, 0xB, ANY, 85}, /* Tualatin */
198 {X86_VENDOR_INTEL, 0x6, 0xD, ANY, 13}, /* Pentium M (90 nm) */
199 {X86_VENDOR_INTEL, 0x6, 0xE, ANY, 14}, /* Intel Core (65 nm) */
200 {X86_VENDOR_INTEL, 0x6, 0xF, ANY, 110}, /* Intel Conroe */
201 {X86_VENDOR_INTEL, 0x6, ANY, ANY, 82}, /* any P6 */
202 {X86_VENDOR_INTEL, 0xF, 0x0, ANY, 90}, /* P4 */
203 {X86_VENDOR_INTEL, 0xF, 0x1, ANY, 90}, /* P4 Willamette */
204 {X86_VENDOR_INTEL, 0xF, 0x2, ANY, 90}, /* P4 Northwood */
205 {X86_VENDOR_INTEL, 0xF, ANY, ANY, 100}, /* Prescott and above assume VRD 10 */
207 {X86_VENDOR_CENTAUR, 0x6, 0x7, ANY, 85}, /* Eden ESP/Ezra */
210 {X86_VENDOR_CENTAUR, 0x6, 0x9, ANY, 17}, /* C3-M, Eden-N */
212 {X86_VENDOR_CENTAUR, 0x6, 0xA, ANY, 13}, /* C7-M, C7, Eden (Esther) */
213 {X86_VENDOR_CENTAUR, 0x6, 0xD, ANY, 134}, /* C7-D, C7-M, C7, Eden (Esther) */
215 {X86_VENDOR_UNKNOWN, ANY, ANY, ANY, 0} /* stop here */
261 (vrm_models[i].eff_model==ANY)) && in find_vrm()
276 if (c->x86 < 6) /* Any CPU with family lower than 6 */ in vid_which_vrm()