Searched defs:family (Results 1 - 15 of 15) sorted by relevance

/arch/mips/pmcs-msp71xx/
H A Dmsp_setup.c152 unsigned long family; local
166 family = identify_family();
169 switch (family) {
/arch/ia64/oprofile/
H A Dperfmon.c61 __u8 family = local_cpu_data->family; local
63 switch (family) {
/arch/mips/cavium-octeon/executive/
H A Docteon-model.c56 const char *family; local
175 /* Now figure out the family, the first two digits */
184 family = "37";
186 family = "36";
188 family = "38";
210 family = "30";
212 family = "31";
230 family = "30";
251 family = "58";
277 family
[all...]
/arch/x86/kernel/cpu/
H A Dcpu.h24 int family; member in struct:cpu_dev::legacy_cpu_model_info
/arch/x86/kernel/
H A Dtsc_msr.c42 u8 x86_family; /* CPU family */
61 static int match_cpu(u8 family, u8 model) argument
66 if ((family == freq_desc_tables[i].x86_family) &&
/arch/powerpc/include/asm/
H A Dvio.h112 enum vio_dev_family family; member in struct:vio_dev
/arch/x86/kernel/cpu/microcode/
H A Damd.c72 * a small, trivial cache of per-family ucode patches
148 static unsigned int verify_patch_size(u8 family, u32 patch_size, argument
158 switch (family) {
280 static int verify_and_add_patch(u8 family, u8 *fw, unsigned int leftover) argument
295 pr_err("No patch family for equiv ID: 0x%04x\n", proc_id);
299 /* check if patch is for the current family */
301 if (proc_fam != family)
310 ret = verify_patch_size(family, patch_size, leftover);
344 static enum ucode_state __load_microcode_amd(u8 family, const u8 *data, argument
368 crnt_size = verify_and_add_patch(family, f
379 load_microcode_amd(u8 family, const u8 *data, size_t size) argument
[all...]
/arch/sh/include/asm/
H A Dprocessor.h76 unsigned int type, family; member in struct:sh_cpuinfo
/arch/x86/oprofile/
H A Dnmi_int.c642 * Documentation on identifying Intel processors by CPU family
698 __u8 family = boot_cpu_data.x86; local
712 switch (family) {
745 switch (family) {
/arch/arc/include/asm/
H A Darcregs.h201 unsigned int chip_id:16, cpu_id:8, family:8; member in struct:bcr_identity
203 unsigned int family:8, cpu_id:8, chip_id:16;
/arch/ia64/kernel/
H A Dsetup.c687 "family : %u\n"
698 cpunum, c->vendor, c->family, c->model,
752 get_model_name(__u8 family, __u8 model) argument
760 if (family == 0x7)
762 else if (family == 0x1f) switch (model) {
797 unsigned family : 8; member in struct:__anon1778::__anon1779
832 c->family = cpuid.field.family;
835 c->model_name = get_model_name(c->family, c->model);
967 if (cpu_info->family
[all...]
H A Dperfmon.c412 * is used and it must match the host CPU family such that:
413 * - cpu->family & config->pmu_family != 0
426 char *pmu_name; /* PMU family name */
427 unsigned int pmu_family; /* cpuid family pattern used to identify pmu */
6537 int family; local
6539 family = local_cpu_data->family;
6545 } else if ((*p)->pmu_family == family || (*p)->pmu_family == 0xff) {
6574 printk(KERN_INFO "perfmon: disabled, there is no support for processor family %d\n",
6575 local_cpu_data->family);
[all...]
/arch/powerpc/kernel/
H A Dvio.c726 switch (viodev->family) {
736 dev_warn(dev, "unknown device family: %d\n", viodev->family);
1335 enum vio_dev_family family; local
1340 * /ibm,platform-facilities node. This decides the device's family.
1345 family = PFO;
1347 family = VDEVICE;
1363 if (family == PFO) {
1379 viodev->family = family;
[all...]
/arch/ia64/include/asm/
H A Dprocessor.h224 unsigned char family; member in struct:cpuinfo_ia64
H A Dkvm_host.h488 u64 family : 8; member in struct:cpuid3_t::__anon1515

Completed in 1057 milliseconds