/arch/powerpc/oprofile/ |
D | common.c | 26 static struct op_powerpc_model *model; variable 35 model->handle_interrupt(regs, ctr); in op_handle_interrupt() 42 ret = model->cpu_setup(ctr); in op_powerpc_cpu_setup() 60 op_per_cpu_rc = model->reg_setup(ctr, &sys, model->num_counters); in op_powerpc_setup() 90 ret = model->start(ctr); in op_powerpc_cpu_start() 99 if (model->global_start) in op_powerpc_start() 100 return model->global_start(ctr); in op_powerpc_start() 101 if (model->start) { in op_powerpc_start() 111 model->stop(); in op_powerpc_cpu_stop() 116 if (model->stop) in op_powerpc_stop() [all …]
|
/arch/x86/oprofile/ |
D | nmi_int.c | 30 static struct op_x86_model_spec *model; variable 42 u64 op_x86_get_ctrl(struct op_x86_model_spec const *model, in op_x86_get_ctrl() argument 56 event &= model->event_mask ? model->event_mask : 0xFF; in op_x86_get_ctrl() 67 model->check_ctrs(regs, this_cpu_ptr(&cpu_msrs)); in profile_exceptions_notify() 71 model->stop(this_cpu_ptr(&cpu_msrs)); in profile_exceptions_notify() 81 for (i = 0; i < model->num_counters; ++i) { in nmi_cpu_save_registers() 86 for (i = 0; i < model->num_controls; ++i) { in nmi_cpu_save_registers() 98 model->start(msrs); in nmi_cpu_start() 118 model->stop(msrs); in nmi_cpu_stop() 135 return !!model->switch_ctrl; in has_mux() [all …]
|
D | op_x86_model.h | 44 void (*setup_ctrs)(struct op_x86_model_spec const *model, 52 void (*switch_ctrl)(struct op_x86_model_spec const *model, 79 extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,
|
/arch/mips/oprofile/ |
D | common.c | 22 static struct op_mips_model *model; variable 29 model->reg_setup(ctr); in op_mips_setup() 32 on_each_cpu(model->cpu_setup, NULL, 1); in op_mips_setup() 41 for (i = 0; i < model->num_counters; ++i) { in op_mips_create_files() 63 on_each_cpu(model->cpu_start, NULL, 1); in op_mips_start() 71 on_each_cpu(model->cpu_stop, NULL, 1); in op_mips_stop() 116 model = lmodel; in oprofile_arch_init() 134 if (model) in oprofile_arch_exit() 135 model->exit(); in oprofile_arch_exit()
|
/arch/alpha/oprofile/ |
D | common.c | 25 static struct op_axp_model *model; variable 39 model->handle_interrupt(which, regs, ctr); in op_handle_interrupt() 46 model->reset_ctr(®, which); in op_handle_interrupt() 59 for (i = e = 0; i < model->num_counters; ++i) in op_axp_setup() 65 model->reg_setup(®, ctr, &sys); in op_axp_setup() 68 (void)smp_call_function(model->cpu_setup, ®, 1); in op_axp_setup() 69 model->cpu_setup(®); in op_axp_setup() 113 for (i = 0; i < model->num_counters; ++i) { in op_axp_create_files() 129 if (model->can_set_proc_mode) { in op_axp_create_files() 170 model = lmodel; in oprofile_arch_init()
|
/arch/alpha/kernel/ |
D | pc873xx.c | 12 static unsigned int base, model; variable 22 return pc873xx_names[model]; in pc873xx_get_model() 53 model = PC87332; in pc873xx_probe() 56 model = PC87306; in pc873xx_probe() 59 model = PC87334; in pc873xx_probe() 62 model = PC87303; in pc873xx_probe()
|
/arch/powerpc/boot/ |
D | prpmc2800.c | 51 prpmc2800_board_model model; member 66 .model = BOARD_MODEL_PRPMC280, 79 .model = BOARD_MODEL_PRPMC280, 92 .model = BOARD_MODEL_PRPMC280, 105 .model = BOARD_MODEL_PRPMC280, 118 .model = BOARD_MODEL_PRPMC280, 131 .model = BOARD_MODEL_PRPMC280, 144 .model = BOARD_MODEL_PRPMC280, 157 .model = BOARD_MODEL_PRPMC280, 170 .model = BOARD_MODEL_PRPMC2800, [all …]
|
/arch/m68k/68360/ |
D | Makefile | 4 model-y := ram 5 model-$(CONFIG_ROMKERNEL) := rom 11 $(obj)/head.o: $(obj)/head-$(model-y).o 12 ln -sf head-$(model-y).o $(obj)/head.o
|
/arch/c6x/boot/dts/ |
D | tms320c6678.dtsi | 13 model = "ti,c66x"; 18 model = "ti,c66x"; 23 model = "ti,c66x"; 28 model = "ti,c66x"; 33 model = "ti,c66x"; 38 model = "ti,c66x"; 43 model = "ti,c66x"; 48 model = "ti,c66x"; 54 model = "tms320c6678";
|
D | tms320c6472.dtsi | 13 model = "ti,c64x+"; 18 model = "ti,c64x+"; 23 model = "ti,c64x+"; 28 model = "ti,c64x+"; 33 model = "ti,c64x+"; 38 model = "ti,c64x+"; 44 model = "tms320c6472";
|
D | tms320c6474.dtsi | 13 model = "ti,c64x+"; 18 model = "ti,c64x+"; 23 model = "ti,c64x+"; 29 model = "tms320c6474";
|
/arch/powerpc/platforms/chrp/ |
D | setup.c | 101 const char *model = ""; in chrp_show_cpuinfo() local 105 model = of_get_property(root, "model", NULL); in chrp_show_cpuinfo() 106 seq_printf(m, "machine\t\t: CHRP %s\n", model); in chrp_show_cpuinfo() 109 if (model && !strncmp(model, "IBM,LongTrail", 13)) { in chrp_show_cpuinfo() 122 model = "4 MB"; in chrp_show_cpuinfo() 125 model = "8 MB"; in chrp_show_cpuinfo() 128 model = "16 MB"; in chrp_show_cpuinfo() 131 model = "32 MB"; in chrp_show_cpuinfo() 134 model = "64 MB"; in chrp_show_cpuinfo() 137 model = "128 MB"; in chrp_show_cpuinfo() [all …]
|
D | pci.c | 214 const char *model, *machine; in chrp_find_bridges() local 267 model = of_get_property(dev, "model", NULL); in chrp_find_bridges() 268 if (model == NULL) in chrp_find_bridges() 269 model = "<none>"; in chrp_find_bridges() 270 if (strncmp(model, "IBM, Python", 11) == 0) { in chrp_find_bridges() 273 || strncmp(model, "Motorola, Grackle", 17) == 0) { in chrp_find_bridges() 284 } else if (!strncmp(model, "IBM,CPC710", 10)) { in chrp_find_bridges() 301 dev->full_name, model); in chrp_find_bridges()
|
/arch/powerpc/platforms/cell/ |
D | setup.c | 70 const char *model = ""; in cell_show_cpuinfo() local 74 model = of_get_property(root, "model", NULL); in cell_show_cpuinfo() 75 seq_printf(m, "machine\t\t: CHRP %s\n", model); in cell_show_cpuinfo() 122 const char *model; in cell_setup_phb() local 130 model = of_get_property(np, "model", NULL); in cell_setup_phb() 131 if (model == NULL || strcmp(np->name, "pci")) in cell_setup_phb() 135 if (strcmp(model, "Spider")) in cell_setup_phb()
|
D | qpace_setup.c | 50 const char *model = ""; in qpace_show_cpuinfo() local 54 model = of_get_property(root, "model", NULL); in qpace_show_cpuinfo() 55 seq_printf(m, "machine\t\t: CHRP %s\n", model); in qpace_show_cpuinfo()
|
D | celleb_setup.c | 72 const char *model = ""; in celleb_show_cpuinfo() local 76 model = of_get_property(root, "model", NULL); in celleb_show_cpuinfo() 78 seq_printf(m, "machine\t\t: %s %s\n", celleb_machine_type, model); in celleb_show_cpuinfo()
|
/arch/x86/kernel/cpu/ |
D | match.c | 36 for (m = match; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu() 41 if (m->model != X86_MODEL_ANY && c->x86_model != m->model) in x86_match_cpu()
|
/arch/m68k/atari/ |
D | config.c | 69 static void atari_get_model(char *model); 582 static void atari_get_model(char *model) in atari_get_model() argument 584 strcpy(model, "Atari "); in atari_get_model() 588 strcat(model, "Mega ST"); in atari_get_model() 590 strcat(model, "ST"); in atari_get_model() 594 strcat(model, "Mega STE"); in atari_get_model() 596 strcat(model, "STE"); in atari_get_model() 601 strcat(model, "Medusa"); in atari_get_model() 603 strcat(model, "TT"); in atari_get_model() 606 strcat(model, "Falcon"); in atari_get_model() [all …]
|
/arch/x86/kernel/ |
D | verify_cpu.S | 76 # family > 6 || (family == 6 && model >= 0xd) 77 movl $0x1, %eax # check CPU family and model 87 andl $0x000f00f0, %ecx # mask model and extended model 90 jb verify_cpu_check # family == 6, model < 0xd, skip
|
/arch/parisc/kernel/ |
D | processor.c | 249 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data() 250 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) in collect_boot_cpu_data() 274 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data() 275 boot_cpu_data.sversion = boot_cpu_data.pdc.model.sversion; in collect_boot_cpu_data() 317 per_cpu(cpu_data, cpunum).fp_model = coproc_cfg.model; in init_per_cpu() 320 cpunum, coproc_cfg.revision, coproc_cfg.model); in init_per_cpu() 411 boot_cpu_data.pdc.model.sw_id); in show_cpuinfo()
|
/arch/x86/platform/geode/ |
D | net5501.c | 121 unsigned char *model = rombase + boards[i].offset; in net5501_present() local 123 if (!memcmp(model, boards[i].sig, boards[i].len)) { in net5501_present() 125 KBUILD_MODNAME, model); in net5501_present()
|
/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 388 int model = fuse_data & 0x3fff; in octeon_model_get_string_buffer() local 390 if (suffix && model) { in octeon_model_get_string_buffer() 392 sprintf(fuse_model, "%d%c", model, 'A' + suffix - 1); in octeon_model_get_string_buffer() 395 } else if (suffix && !model) { in octeon_model_get_string_buffer() 401 sprintf(fuse_model, "%d", model); in octeon_model_get_string_buffer()
|
/arch/s390/kernel/ |
D | lgr.c | 33 char model[16]; member 74 cpascii(lgr_info->model, si->model, sizeof(si->model)); in lgr_stsi_1_1_1()
|
/arch/arm64/kernel/ |
D | cpu_errata.c | 43 #define MIDR_RANGE(model, min, max) \ argument 45 .midr_model = model, \
|
/arch/powerpc/platforms/85xx/ |
D | xes_mpc85xx.c | 120 const char *model = "Unknown"; in xes_mpc85xx_setup_arch() local 126 model = of_get_property(root, "model", NULL); in xes_mpc85xx_setup_arch() 129 model + strlen("xes,")); in xes_mpc85xx_setup_arch()
|