Searched refs:cpu_base (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dhrtimer.c195 spin_lock_irqsave(&base->cpu_base->lock, *flags);
199 spin_unlock_irqrestore(&base->cpu_base->lock, *flags);
232 spin_unlock(&base->cpu_base->lock);
233 spin_lock(&new_base->cpu_base->lock);
246 spin_lock_irqsave(&base->cpu_base->lock, *flags);
353 static void hrtimer_force_reprogram(struct hrtimer_cpu_base *cpu_base) argument
356 struct hrtimer_clock_base *base = cpu_base->clock_base;
359 cpu_base->expires_next.tv64 = KTIME_MAX;
368 if (expires.tv64 < cpu_base->expires_next.tv64)
369 cpu_base
921 struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); local
961 struct hrtimer_cpu_base *cpu_base; local
991 struct hrtimer_cpu_base *cpu_base; local
1008 struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); local
1092 struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); local
1139 run_hrtimer_queue(struct hrtimer_cpu_base *cpu_base, int index) argument
1193 struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases); local
1347 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/time/
H A Dtimer_list.c84 spin_lock_irqsave(&base->cpu_base->lock, flags);
100 spin_unlock_irqrestore(&base->cpu_base->lock, flags);
106 spin_unlock_irqrestore(&base->cpu_base->lock, flags);
129 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); local
135 print_base(m, cpu_base->clock_base + i, now);
139 (unsigned long long)(cpu_base->x))
142 (unsigned long long)(ktime_to_ns(cpu_base->x)))
H A Dtick-sched.c478 * Called with interrupts disabled and timer->base->cpu_base->lock held.
484 struct hrtimer_cpu_base *base = timer->base->cpu_base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/common/
H A Dgic.c41 void __iomem *cpu_base; member in struct:gic_chip_data
59 return gic_data->cpu_base;
139 status = readl(chip_data->cpu_base + GIC_CPU_INTACK);
249 gic_data[gic_nr].cpu_base = base;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dprpmc2800.c328 unsigned long cpu_base; local
386 cpu_base = v[i+3];
389 buf[0] = cpu_base;
392 if (!dt_xlate_addr(devp, buf, sizeof(buf), &cpu_base))
394 (u32)cpu_base);
397 pci_base_lo, cpu_base, size, tbl);
H A Dmv64x60.h58 u32 pci_base_lo, u32 cpu_base, u32 size,
H A Dmv64x60.c496 u32 pci_base_lo, u32 cpu_base, u32 size,
499 cpu_base >>= 16;
500 cpu_base |= MV64x60_CPU2PCI_SWAP_NONE;
501 out_le32((u32 *)(bridge_base + offset_tbl[hose].lo), cpu_base);
495 mv64x60_config_cpu2pci_window(u8 *bridge_base, u8 hose, u32 pci_base_hi, u32 pci_base_lo, u32 cpu_base, u32 size, struct mv64x60_cpu2pci_win *offset_tbl) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dcpci690.c110 si.pci_0.pci_io.cpu_base = CPCI690_PCI0_IO_START_PROC_ADDR;
115 si.pci_0.pci_mem[0].cpu_base = CPCI690_PCI0_MEM_START_PROC_ADDR;
124 si.pci_1.pci_io.cpu_base = CPCI690_PCI1_IO_START_PROC_ADDR;
129 si.pci_1.pci_mem[0].cpu_base = CPCI690_PCI1_MEM_START_PROC_ADDR;
H A Dev64260.c245 si.pci_0.pci_io.cpu_base = EV64260_PCI0_IO_CPU_BASE;
250 si.pci_0.pci_mem[0].cpu_base = EV64260_PCI0_MEM_CPU_BASE;
259 si.pci_1.pci_io.cpu_base = EV64260_PCI1_IO_CPU_BASE;
264 si.pci_1.pci_mem[0].cpu_base = EV64260_PCI1_MEM_CPU_BASE;
H A Dradstone_ppc7d.c1021 si.pci_0.pci_io.cpu_base = PPC7D_PCI0_IO_START_PROC_ADDR;
1026 si.pci_0.pci_mem[0].cpu_base = PPC7D_PCI0_MEM0_START_PROC_ADDR;
1031 si.pci_0.pci_mem[1].cpu_base = PPC7D_PCI0_MEM1_START_PROC_ADDR;
1040 si.pci_1.pci_io.cpu_base = PPC7D_PCI1_IO_START_PROC_ADDR;
1045 si.pci_1.pci_mem[0].cpu_base = PPC7D_PCI1_MEM0_START_PROC_ADDR;
1050 si.pci_1.pci_mem[1].cpu_base = PPC7D_PCI1_MEM1_START_PROC_ADDR;
1062 si.pci_0.pci_io.cpu_base, si.pci_0.pci_io.size);
1064 si.pci_1.pci_io.cpu_base, si.pci_1.pci_io.size);
H A Dchestnut.c179 si.pci_0.pci_io.cpu_base = CHESTNUT_PCI0_IO_PROC_ADDR;
184 si.pci_0.pci_mem[0].cpu_base = CHESTNUT_PCI0_MEM_PROC_ADDR;
H A Dev64360.c72 si.pci_1.pci_io.cpu_base = EV64360_PCI1_IO_START_PROC_ADDR;
77 si.pci_1.pci_mem[0].cpu_base = EV64360_PCI1_MEM_START_PROC_ADDR;
H A Dhdpu.c185 si.pci_0.pci_io.cpu_base = HDPU_PCI0_IO_START_PROC_ADDR;
190 si.pci_0.pci_mem[0].cpu_base = HDPU_PCI0_MEM_START_PROC_ADDR;
199 si.pci_1.pci_io.cpu_base = HDPU_PCI1_IO_START_PROC_ADDR;
204 si.pci_1.pci_mem[0].cpu_base = HDPU_PCI1_MEM_START_PROC_ADDR;
H A Dkatana.c251 si.pci_1.pci_io.cpu_base = KATANA_PCI1_IO_START_PROC_ADDR;
256 si.pci_1.pci_mem[0].cpu_base = KATANA_PCI1_MEM_START_PROC_ADDR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhrtimer.h84 * All state transitions are protected by cpu_base->lock.
143 * @cpu_base: per cpu clock base
157 struct hrtimer_cpu_base *cpu_base; member in struct:hrtimer_clock_base
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmv64x60.c526 bh->io_base_b = (u32)ioremap(si->pci_1.pci_io.cpu_base,
532 bh->io_base_a = (u32)ioremap(si->pci_0.pci_io.cpu_base,
1123 pi->pci_io.cpu_base, pi->pci_io.size, pi->pci_io.swap);
1133 pi->pci_mem[i].cpu_base, pi->pci_mem[i].size,
1262 hose->io_base_phys = pi->pci_io.cpu_base;
1271 pi->pci_mem[i].cpu_base,
1272 pi->pci_mem[i].cpu_base + pi->pci_mem[i].size-1,
1278 hose->pci_mem_offset = pi->pci_mem[0].cpu_base -
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dmv64x60.h136 u32 cpu_base; member in struct:mv64x60_pci_window
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dtg3.c5232 static int tg3_load_firmware_cpu(struct tg3 *tp, u32 cpu_base, u32 cpu_scratch_base, argument
5238 if (cpu_base == TX_CPU_BASE &&
5255 err = tg3_halt_cpu(tp, cpu_base);
5263 tw32(cpu_base + CPU_STATE, 0xffffffff);
5264 tw32(cpu_base + CPU_MODE, tr32(cpu_base+CPU_MODE)|CPU_MODE_HALT);
5851 unsigned long cpu_base, cpu_scratch_base, cpu_scratch_size; local
5867 cpu_base = RX_CPU_BASE;
5884 cpu_base = TX_CPU_BASE;
5889 err = tg3_load_firmware_cpu(tp, cpu_base,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A DDAC960.c219 loaf->cpu_free = loaf->cpu_base = cpu_addr;
232 BUG_ON(cpu_end > loaf->cpu_base + loaf->length);
241 if (loaf_handle->cpu_base != NULL)
243 loaf_handle->cpu_base, loaf_handle->dma_base);
H A DDAC960.h119 void *cpu_base; member in struct:dma_loaf

Completed in 504 milliseconds