Home
last modified time | relevance | path

Searched refs:amd64_family_types (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/edac/
Damd64_edac.c1688 static struct amd64_family_type amd64_family_types[] = { variable
2506 fam_type = &amd64_family_types[K8_CPUS]; in amd64_per_family_init()
2507 pvt->ops = &amd64_family_types[K8_CPUS].ops; in amd64_per_family_init()
2511 fam_type = &amd64_family_types[F10_CPUS]; in amd64_per_family_init()
2512 pvt->ops = &amd64_family_types[F10_CPUS].ops; in amd64_per_family_init()
2516 fam_type = &amd64_family_types[F15_CPUS]; in amd64_per_family_init()
2517 pvt->ops = &amd64_family_types[F15_CPUS].ops; in amd64_per_family_init()