Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dhrtimer.c139 .cpu_base = &migration_cpu_base,
173 raw_spin_lock_irqsave(&base->cpu_base->lock, *flags); in lock_hrtimer_base()
177 raw_spin_unlock_irqrestore(&base->cpu_base->lock, *flags); in lock_hrtimer_base()
198 return expires < new_base->cpu_base->expires_next; in hrtimer_check_target()
252 raw_spin_unlock(&base->cpu_base->lock); in switch_hrtimer_base()
253 raw_spin_lock(&new_base->cpu_base->lock); in switch_hrtimer_base()
257 raw_spin_unlock(&new_base->cpu_base->lock); in switch_hrtimer_base()
258 raw_spin_lock(&base->cpu_base->lock); in switch_hrtimer_base()
286 raw_spin_lock_irqsave(&base->cpu_base->lock, *flags); in lock_hrtimer_base()
486 __next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active) in __next_base() argument
[all …]
H A Dtimer_list.c86 raw_spin_lock_irqsave(&base->cpu_base->lock, flags); in print_active_timers()
102 raw_spin_unlock_irqrestore(&base->cpu_base->lock, flags); in print_active_timers()
108 raw_spin_unlock_irqrestore(&base->cpu_base->lock, flags); in print_active_timers()
132 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); in print_cpu() local
138 print_base(m, cpu_base->clock_base + i, now); in print_cpu()
142 (unsigned long long)(cpu_base->x)) in print_cpu()
145 (unsigned long long)(ktime_to_ns(cpu_base->x))) in print_cpu()
H A Dtick-broadcast-hrtimer.c76 bc->bound_on = bctimer.base->cpu_base->cpu; in bc_set_next()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic.c71 union gic_base cpu_base; member
145 #define gic_data_cpu_base(d) __get_base(&(d)->cpu_base)
148 #define gic_data_cpu_base(d) ((d)->cpu_base.common_base)
340 void __iomem *cpu_base = gic_data_cpu_base(gic); in gic_handle_irq() local
344 irqstat = readl_relaxed(cpu_base + GIC_CPU_ALIAS_INTACK); in gic_handle_irq()
346 irqstat = readl_relaxed(cpu_base + GIC_CPU_INTACK); in gic_handle_irq()
354 writel_relaxed(irqstat, cpu_base + GIC_CPU_EOI); in gic_handle_irq()
456 void __iomem *cpu_base = gic_data_cpu_base(gic); in gic_cpu_if_up() local
464 if (gic_check_gicv2(cpu_base)) in gic_cpu_if_up()
466 writel_relaxed(0, cpu_base + GIC_CPU_ACTIVEPRIO + i * 4); in gic_cpu_if_up()
[all …]
H A Dirq-hip04.c54 void __iomem *cpu_base; member
80 return hip04_data->cpu_base; in hip04_cpu_base()
202 void __iomem *cpu_base = hip04_data.cpu_base; in hip04_handle_irq() local
205 irqstat = readl_relaxed(cpu_base + GIC_CPU_INTACK); in hip04_handle_irq()
271 void __iomem *base = intc->cpu_base; in hip04_irq_cpu_init()
367 hip04_data.cpu_base = of_iomap(node, 1); in hip04_of_init()
368 WARN(!hip04_data.cpu_base, "unable to map hip04 intc cpu registers\n"); in hip04_of_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_gicv2.c105 void __iomem *cpu_base, in rkpm_gicv2_cpu_save() argument
128 readl_relaxed(cpu_base + GIC_CPU_PRIMASK); in rkpm_gicv2_cpu_save()
130 readl_relaxed(cpu_base + GIC_CPU_CTRL); in rkpm_gicv2_cpu_save()
134 void __iomem *cpu_base, in rkpm_gicv2_cpu_restore() argument
139 writel_relaxed(0, cpu_base + GIC_CPU_CTRL); in rkpm_gicv2_cpu_restore()
157 writel_relaxed(ctx->saved_gicc_pmr, cpu_base + GIC_CPU_PRIMASK); in rkpm_gicv2_cpu_restore()
160 writel_relaxed(ctx->saved_gicc_ctrl, cpu_base + GIC_CPU_CTRL); in rkpm_gicv2_cpu_restore()
H A Drkpm_gicv2.h34 void __iomem *cpu_base,
37 void __iomem *cpu_base,
/OK3568_Linux_fs/kernel/arch/mips/ar7/
H A Dclock.c327 int cpu_base, cpu_mul, cpu_prediv, cpu_postdiv; in tnetd7200_init_clocks() local
331 cpu_base = tnetd7200_get_clock_base(TNETD7200_CLOCK_ID_CPU, bootcr); in tnetd7200_init_clocks()
347 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
350 ((cpu_base / cpu_prediv) * cpu_mul) / cpu_postdiv; in tnetd7200_init_clocks()
351 tnetd7200_set_clock(cpu_base, &clocks->cpu, in tnetd7200_init_clocks()
360 calculate(cpu_base, TNETD7200_DEF_CPU_CLK, &cpu_prediv, in tnetd7200_init_clocks()
362 cpu_clk.rate = ((cpu_base / cpu_prediv) * cpu_mul) in tnetd7200_init_clocks()
364 tnetd7200_set_clock(cpu_base, &clocks->cpu, in tnetd7200_init_clocks()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-v2.c289 static bool vgic_v2_check_base(gpa_t dist_base, gpa_t cpu_base) in vgic_v2_check_base() argument
293 if (cpu_base + KVM_VGIC_V2_CPU_SIZE < cpu_base) in vgic_v2_check_base()
296 if (dist_base + KVM_VGIC_V2_DIST_SIZE <= cpu_base) in vgic_v2_check_base()
298 if (cpu_base + KVM_VGIC_V2_CPU_SIZE <= dist_base) in vgic_v2_check_base()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dtimerlist.py70 cpu_base = cpus.per_cpu(hrtimer_bases, cpu)
78 text += print_base(cpu_base['clock_base'][i])
87 text += "\n".join([s.format(f, cpu_base[f]) for s, f in fmts])
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dbgmac.c124 dma_desc = &ring->cpu_base[i]; in bgmac_dma_tx_add_buf()
217 u32 ctl1 = le32_to_cpu(ring->cpu_base[index].ctl1); in bgmac_dma_tx_add()
257 ctl0 = le32_to_cpu(ring->cpu_base[slot_idx].ctl0); in bgmac_dma_tx_free()
258 ctl1 = le32_to_cpu(ring->cpu_base[slot_idx].ctl1); in bgmac_dma_tx_free()
380 struct bgmac_dma_desc *dma_desc = ring->cpu_base + desc_idx; in bgmac_dma_rx_setup_desc()
529 struct bgmac_dma_desc *dma_desc = ring->cpu_base; in bgmac_dma_tx_ring_free()
579 if (!ring->cpu_base) in bgmac_dma_ring_desc_free()
584 dma_free_coherent(dma_dev, size, ring->cpu_base, in bgmac_dma_ring_desc_free()
637 ring->cpu_base = dma_alloc_coherent(dma_dev, size, in bgmac_dma_alloc()
640 if (!ring->cpu_base) { in bgmac_dma_alloc()
[all …]
H A Dtg3.c3586 static int tg3_pause_cpu(struct tg3 *tp, u32 cpu_base) in tg3_pause_cpu() argument
3592 tw32(cpu_base + CPU_STATE, 0xffffffff); in tg3_pause_cpu()
3593 tw32(cpu_base + CPU_MODE, CPU_MODE_HALT); in tg3_pause_cpu()
3594 if (tr32(cpu_base + CPU_MODE) & CPU_MODE_HALT) in tg3_pause_cpu()
3622 static void tg3_resume_cpu(struct tg3 *tp, u32 cpu_base) in tg3_resume_cpu() argument
3624 tw32(cpu_base + CPU_STATE, 0xffffffff); in tg3_resume_cpu()
3625 tw32_f(cpu_base + CPU_MODE, 0x00000000); in tg3_resume_cpu()
3635 static int tg3_halt_cpu(struct tg3 *tp, u32 cpu_base) in tg3_halt_cpu() argument
3639 BUG_ON(cpu_base == TX_CPU_BASE && tg3_flag(tp, 5705_PLUS)); in tg3_halt_cpu()
3647 if (cpu_base == RX_CPU_BASE) { in tg3_halt_cpu()
[all …]
H A Dbgmac.h465 struct bgmac_dma_desc *cpu_base; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1306 void *cpu_base; in hem_list_alloc_root_bt() local
1347 cpu_base = root_hem->addr + total * BA_BYTE_LEN; in hem_list_alloc_root_bt()
1361 hem_list_assign_bt(hr_dev, hem, cpu_base, phy_base); in hem_list_alloc_root_bt()
1376 hem_list_link_bt(hr_dev, cpu_base + offset, in hem_list_alloc_root_bt()
1481 void *cpu_base = NULL; in hns_roce_hem_list_find_mtt() local
1488 cpu_base = hem->addr + nr * BA_BYTE_LEN; in hns_roce_hem_list_find_mtt()
1501 return cpu_base; in hns_roce_hem_list_find_mtt()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhrtimer.h163 struct hrtimer_cpu_base *cpu_base; member
316 timer->base->cpu_base->hres_active : 0; in hrtimer_is_hres_active()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c316 uint8_t *cpu_base; in dmub_srv_calc_fb_info() local
328 cpu_base = (uint8_t *)params->cpu_addr; in dmub_srv_calc_fb_info()
335 out->fb[i].cpu_addr = cpu_base + reg->base; in dmub_srv_calc_fb_info()