/arch/blackfin/mach-common/ |
D | irqpanic.c | 49 unsigned short i, j, die; in irq_panic() local 79 for (j = 0; j < 32; j += 8) { in irq_panic() 80 cmd = ((((ca + j) & 0x3000) << 4) | /* ca[13:12] for SBNK[1:0] */ in irq_panic() 81 (((ca + j) & 0x0c00) << 16) | /* ca[11:10] for WAYSEL[1:0] */ in irq_panic() 82 (((ca + j) & 0x3f8)) | /* ca[09:03] for SET[4:0] and DW[1:0] */ in irq_panic() 93 ((ca + j) & ~(0xffffcc00)))); in irq_panic() 106 bad[i][0] = (ca + j); in irq_panic() 110 ((ca + j) & ~(0xffffcc00))); in irq_panic() 120 for (j = 0; j <= i; j++) { in irq_panic() 123 bad[j][0], bad[j][1], bad[j][2]); in irq_panic() [all …]
|
/arch/x86/pci/ |
D | amd_bus.c | 100 int j; in set_pci_bus_resources_arch_default() local 116 for (j = 0; j < info->res_num; j++) { in set_pci_bus_resources_arch_default() 120 res = &info->res[j]; in set_pci_bus_resources_arch_default() 121 b->resource[j] = res; in set_pci_bus_resources_arch_default() 141 int j; in update_range() local 143 for (j = 0; j < RANGE_NUM; j++) { in update_range() 144 if (!range[j].end) in update_range() 147 if (start <= range[j].start && end >= range[j].end) { in update_range() 148 range[j].start = 0; in update_range() 149 range[j].end = 0; in update_range() [all …]
|
/arch/x86/kernel/ |
D | irq.c | 49 int j; in show_other_interrupts() local 52 for_each_online_cpu(j) in show_other_interrupts() 53 seq_printf(p, "%10u ", irq_stats(j)->__nmi_count); in show_other_interrupts() 57 for_each_online_cpu(j) in show_other_interrupts() 58 seq_printf(p, "%10u ", irq_stats(j)->apic_timer_irqs); in show_other_interrupts() 63 for_each_online_cpu(j) in show_other_interrupts() 64 seq_printf(p, "%10u ", irq_stats(j)->irq_resched_count); in show_other_interrupts() 67 for_each_online_cpu(j) in show_other_interrupts() 68 seq_printf(p, "%10u ", irq_stats(j)->irq_call_count); in show_other_interrupts() 71 for_each_online_cpu(j) in show_other_interrupts() [all …]
|
D | mca_32.c | 107 int j; in mca_configure_adapter_status() local 109 for (j = 2; j < 8; j++) { in mca_configure_adapter_status() 110 if (mca_dev->pos[j] != 0xff) { in mca_configure_adapter_status() 149 int j; in mca_read_and_store_pos() local 152 for (j = 0; j < 8; j++) { in mca_read_and_store_pos() 153 pos[j] = inb_p(MCA_POS_REG(j)); in mca_read_and_store_pos() 154 if (pos[j] != 0xff) { in mca_read_and_store_pos() 253 unsigned int i, j; in mca_init() local 359 for (j = 0; j < 8; j++) in mca_init() 360 mca_dev->pos[j] = pos[j]; in mca_init() [all …]
|
/arch/x86/boot/ |
D | mkcpustr.c | 22 int i, j; in main() local 28 for (j = 0; j < 32; j++) { in main() 29 str = x86_cap_flags[i*32+j]; in main() 31 if (i == NCAPINTS-1 && j == 31) { in main() 38 i, j, str); in main() 43 i, j, i, j, str); in main()
|
D | cpu.c | 52 int i, j; in validate_cpu() local 61 for (j = 0; j < 32; j++) { in validate_cpu() 63 (msg_strs[0] == i && msg_strs[1] < j)) { in validate_cpu() 71 msg_strs[1] == j && in validate_cpu() 75 printf("%d:%d ", i, j); in validate_cpu()
|
/arch/sparc/include/asm/ |
D | syscall.h | 92 unsigned int j; in syscall_get_arguments() local 99 for (j = 0; j < n; j++) { in syscall_get_arguments() 100 unsigned long val = regs->u_regs[UREG_I0 + i + j]; in syscall_get_arguments() 103 args[j] = (u32) val; in syscall_get_arguments() 105 args[j] = val; in syscall_get_arguments() 114 unsigned int j; in syscall_set_arguments() local 116 for (j = 0; j < n; j++) in syscall_set_arguments() 117 regs->u_regs[UREG_I0 + i + j] = args[j]; in syscall_set_arguments()
|
/arch/s390/appldata/ |
D | appldata_os.c | 101 int i, j, rc; in appldata_get_os_data() local 115 j = 0; in appldata_get_os_data() 117 os_data->os_cpu[j].per_cpu_user = in appldata_get_os_data() 119 os_data->os_cpu[j].per_cpu_nice = in appldata_get_os_data() 121 os_data->os_cpu[j].per_cpu_system = in appldata_get_os_data() 123 os_data->os_cpu[j].per_cpu_idle = in appldata_get_os_data() 125 os_data->os_cpu[j].per_cpu_irq = in appldata_get_os_data() 127 os_data->os_cpu[j].per_cpu_softirq = in appldata_get_os_data() 129 os_data->os_cpu[j].per_cpu_iowait = in appldata_get_os_data() 131 os_data->os_cpu[j].per_cpu_steal = in appldata_get_os_data() [all …]
|
/arch/cris/arch-v32/kernel/ |
D | fasttimer.c | 700 int j; in fast_timer_test() local 707 for (j = 0; j < 1000; j++) in fast_timer_test() 709 j_u[j] = GET_JIFFIES_USEC(); in fast_timer_test() 711 for (j = 0; j < 100; j++) in fast_timer_test() 713 do_gettimeofday_fast(&tv_exp[j]); in fast_timer_test() 717 for (j = 0; j < 1000; j++) in fast_timer_test() 720 j_u[j], j_u[j+1], j_u[j+2], j_u[j+3], j_u[j+4]); in fast_timer_test() 721 j += 4; in fast_timer_test() 723 for (j = 0; j < 100; j++) in fast_timer_test() 726 tv_exp[j].tv_jiff, tv_exp[j].tv_usec, in fast_timer_test() [all …]
|
/arch/cris/arch-v10/kernel/ |
D | fasttimer.c | 733 int j; in fast_timer_test() local 740 for (j = 0; j < 1000; j++) in fast_timer_test() 742 j_u[j] = GET_JIFFIES_USEC(); in fast_timer_test() 744 for (j = 0; j < 100; j++) in fast_timer_test() 746 do_gettimeofday_fast(&tv_exp[j]); in fast_timer_test() 751 for (j = 0; j < 1000; j++) in fast_timer_test() 753 printk("%i %i %i %i %i\n",j_u[j], j_u[j+1], j_u[j+2], j_u[j+3], j_u[j+4]); in fast_timer_test() 754 j += 4; in fast_timer_test() 756 for (j = 0; j < 100; j++) in fast_timer_test() 759 tv_exp[j].tv_jiff, tv_exp[j].tv_usec, in fast_timer_test() [all …]
|
/arch/mips/sni/ |
D | reset.c | 28 int i, j; in sni_machine_restart() local 36 for (j = 0; j < 100000 ; j++) in sni_machine_restart()
|
/arch/arm/mach-ixp23xx/include/mach/ |
D | uncompress.h | 21 int j; in putc() local 23 for (j = 0; j < 0x1000; j++) { in putc()
|
/arch/mn10300/kernel/ |
D | irq.c | 202 int i = *(loff_t *) v, j, cpu; in show_interrupts() local 210 for (j = 0; j < NR_CPUS; j++) in show_interrupts() 211 if (cpu_online(j)) in show_interrupts() 212 seq_printf(p, "CPU%d ", j); in show_interrupts() 244 for (j = 0; j < NR_CPUS; j++) in show_interrupts() 245 if (cpu_online(j)) in show_interrupts() 246 seq_printf(p, "%10u ", nmi_count(j)); in show_interrupts()
|
/arch/alpha/kernel/ |
D | irq.c | 68 int j; in show_interrupts() local 77 for_each_online_cpu(j) in show_interrupts() 78 seq_printf(p, "CPU%d ", j); in show_interrupts() 92 for_each_online_cpu(j) in show_interrupts() 93 seq_printf(p, "%10u ", kstat_cpu(j).irqs[irq]); in show_interrupts() 112 for_each_online_cpu(j) in show_interrupts() 113 seq_printf(p, "%10lu ", cpu_data[j].ipi_count); in show_interrupts()
|
/arch/x86/kernel/cpu/cpufreq/ |
D | longhaul.c | 429 unsigned int i, j, k = 0; in longhaul_get_ranges() local 484 for (j = 0; j < numscales; j++) { in longhaul_get_ranges() 485 ratio = clock_ratio[j]; in longhaul_get_ranges() 491 longhaul_table[k].index = j; in longhaul_get_ranges() 499 for (j = 0; j < k - 1; j++) { in longhaul_get_ranges() 501 min_f = longhaul_table[j].frequency; in longhaul_get_ranges() 502 min_i = j; in longhaul_get_ranges() 503 for (i = j + 1; i < k; i++) { in longhaul_get_ranges() 509 if (min_i != j) { in longhaul_get_ranges() 511 temp = longhaul_table[j].frequency; in longhaul_get_ranges() [all …]
|
D | powernow-k8.c | 544 unsigned int j; in check_pst_table() local 547 for (j = 0; j < data->numps; j++) { in check_pst_table() 548 if (pst[j].vid > LEAST_VID) { in check_pst_table() 550 j, pst[j].vid); in check_pst_table() 553 if (pst[j].vid < data->rvo) { /* vid + rvo >= 0 */ in check_pst_table() 555 " %d\n", j); in check_pst_table() 558 if (pst[j].vid < maxvid + data->rvo) { /* vid + rvo >= maxvid */ in check_pst_table() 560 " %d\n", j); in check_pst_table() 563 if (pst[j].fid > MAX_FID) { in check_pst_table() 565 " %d\n", j); in check_pst_table() [all …]
|
/arch/ia64/kernel/ |
D | palinfo.c | 128 int i,j; in bitvector_process() local 131 for (i=0, j=0; i < 64; i++ , j=i/10) { in bitvector_process() 133 p += sprintf(p, "%d%s ", 1 << (i-j*10), units[j]); in bitvector_process() 223 int j, k; in cache_info() local 235 for (j=2; j >0 ; j--) { in cache_info() 238 if ((status=ia64_pal_cache_config_info(i,j, &cci)) != 0) { in cache_info() 245 cache_types[j+cci.pcci_unified], i+1, in cache_info() 257 if (j == 1) in cache_info() 305 int i, j; in vm_info() local 385 for (j=2; j>0 ; j--) { in vm_info() [all …]
|
D | topology.c | 145 unsigned int j; in cache_shared_cpu_map_setup() local 161 for_each_possible_cpu(j) in cache_shared_cpu_map_setup() 162 if (cpu_data(cpu)->socket_id == cpu_data(j)->socket_id in cache_shared_cpu_map_setup() 163 && cpu_data(j)->core_id == csi.log1_cid in cache_shared_cpu_map_setup() 164 && cpu_data(j)->thread_id == csi.log1_tid) in cache_shared_cpu_map_setup() 165 cpu_set(j, this_leaf->shared_cpu_map); in cache_shared_cpu_map_setup() 311 int j; in cpu_cache_sysfs_init() local 327 for (j=2; j >0 ; j--) { in cpu_cache_sysfs_init() 328 if ((status=ia64_pal_cache_config_info(i,j, &cci)) != in cpu_cache_sysfs_init() 334 this_cache[num_cache_leaves].type = j; in cpu_cache_sysfs_init() [all …]
|
/arch/s390/kernel/ |
D | irq.c | 26 int i = *(loff_t *) v, j; in show_interrupts() local 31 for_each_online_cpu(j) in show_interrupts() 32 seq_printf(p, "CPU%d ",j); in show_interrupts() 41 for_each_online_cpu(j) in show_interrupts() 42 seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]); in show_interrupts()
|
/arch/arm/mach-omap1/ |
D | irq.c | 179 int i, j; in omap_init_irq() local 223 for (j = i * 32; j < (i + 1) * 32; j++) { in omap_init_irq() 226 irq_trigger = irq_banks[i].trigger_map >> IRQ_BIT(j); in omap_init_irq() 227 omap_irq_set_cfg(j, 0, 0, irq_trigger); in omap_init_irq() 229 set_irq_chip(j, &omap_irq_chip); in omap_init_irq() 230 set_irq_handler(j, handle_level_irq); in omap_init_irq() 231 set_irq_flags(j, IRQF_VALID); in omap_init_irq()
|
/arch/m32r/kernel/ |
D | irq.c | 31 int i = *(loff_t *) v, j; in show_interrupts() local 37 for_each_online_cpu(j) in show_interrupts() 38 seq_printf(p, "CPU%d ",j); in show_interrupts() 51 for_each_online_cpu(j) in show_interrupts() 52 seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]); in show_interrupts()
|
/arch/xtensa/platforms/iss/ |
D | setup.c | 81 static int i = 0, j = 0; in platform_heartbeat() 85 printk("\r%c\r", twirl[j++]); in platform_heartbeat() 86 if (j == 8) in platform_heartbeat() 87 j = 0; in platform_heartbeat()
|
/arch/powerpc/boot/ |
D | README | 4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz 5 objcopy -j .kernel:System.map -O binary zImage System.map.gz 6 objcopy -j .kernel:.config -O binary zImage config.gz 7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
|
/arch/powerpc/kernel/ |
D | btext.c | 299 int i,j; in btext_clearscreen() local 304 for(j=width; j; --j) in btext_clearscreen() 315 int i,j; in btext_flushscreen() local 320 for(j = width; j > 0; j -= 8) { in btext_flushscreen() 334 int i,j; in btext_flushline() local 339 for(j = width; j > 0; j -= 8) { in btext_flushline() 356 int i,j; in scrollscreen() local 362 for(j=width; j; --j) in scrollscreen() 370 for(j=width; j; --j) in scrollscreen()
|
/arch/x86/boot/compressed/ |
D | relocs.c | 310 int i,j; in read_symtabs() local 330 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Sym); j++) { in read_symtabs() 331 Elf32_Sym *sym = &sec->symtab[j]; in read_symtabs() 343 int i,j; in read_relocs() local 363 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) { in read_relocs() 364 Elf32_Rel *rel = &sec->reltab[j]; in read_relocs() 381 int j; in print_absolute_symbols() local 388 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Sym); j++) { in print_absolute_symbols() 391 sym = &sec->symtab[j]; in print_absolute_symbols() 397 j, sym->st_value, sym->st_size, in print_absolute_symbols() [all …]
|