Home
last modified time | relevance | path

Searched defs:cpu_base (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/time/
H A Dhrtimer.c532 for_each_active_base(base,cpu_base,active) global() argument
544 hrtimer_bases_next_event_without(struct hrtimer_cpu_base * cpu_base,const struct hrtimer * exclude,unsigned int active,ktime_t expires_next) hrtimer_bases_next_event_without() argument
587 hrtimer_bases_first(struct hrtimer_cpu_base * cpu_base,unsigned int active,ktime_t * expires_next,struct hrtimer ** next_timer) hrtimer_bases_first() argument
622 __hrtimer_get_next_event(struct hrtimer_cpu_base * cpu_base,unsigned int active_mask) __hrtimer_get_next_event() argument
646 hrtimer_update_next_event(struct hrtimer_cpu_base * cpu_base) hrtimer_update_next_event() argument
698 hrtimer_hres_active(struct hrtimer_cpu_base * cpu_base) hrtimer_hres_active() argument
710 __hrtimer_reprogram(struct hrtimer_cpu_base * cpu_base,struct hrtimer * next_timer,ktime_t expires_next) __hrtimer_reprogram() argument
739 hrtimer_force_reprogram(struct hrtimer_cpu_base * cpu_base,bool skip_equal) hrtimer_force_reprogram() argument
846 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_reprogram() local
902 update_needs_ipi(struct hrtimer_cpu_base * cpu_base,unsigned int active) update_needs_ipi() argument
992 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); clock_was_set() local
1142 struct hrtimer_cpu_base *cpu_base = base->cpu_base; __remove_hrtimer() local
1293 hrtimer_update_softirq_timer(struct hrtimer_cpu_base * cpu_base,bool reprogram) hrtimer_update_softirq_timer() argument
1360 struct hrtimer_cpu_base *cpu_base = base->cpu_base; __hrtimer_start_range_ns() local
1564 hrtimer_sync_wait_running(struct hrtimer_cpu_base * cpu_base,unsigned long flags) hrtimer_sync_wait_running() argument
1686 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_get_next_event() local
1705 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_next_event_without() local
1768 struct hrtimer_cpu_base *cpu_base; __hrtimer_setup() local
1888 __run_hrtimer(struct hrtimer_cpu_base * cpu_base,struct hrtimer_clock_base * base,struct hrtimer * timer,ktime_t now,unsigned long flags) __run_hrtimer() argument
1968 __hrtimer_run_queues(struct hrtimer_cpu_base * cpu_base,ktime_t now,unsigned long flags,unsigned int active_mask) __hrtimer_run_queues() argument
2003 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_run_softirq() local
2026 hrtimer_rearm(struct hrtimer_cpu_base * cpu_base,ktime_t expires_next,bool deferred) hrtimer_rearm() argument
2045 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); __hrtimer_rearm_deferred() local
2063 hrtimer_interrupt_rearm(struct hrtimer_cpu_base * cpu_base,ktime_t expires_next) hrtimer_interrupt_rearm() argument
2073 hrtimer_interrupt_rearm(struct hrtimer_cpu_base * cpu_base,ktime_t expires_next) hrtimer_interrupt_rearm() argument
2085 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_interrupt() local
2149 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimer_run_queues() local
2404 struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu); hrtimers_prepare_cpu() local
2421 struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases); hrtimers_cpu_starting() local
[all...]
/linux/drivers/irqchip/
H A Dirq-gic.c72 union gic_base cpu_base; member
338 void __iomem *cpu_base = gic_data_cpu_base(gic); in gic_handle_irq() local
442 void __iomem *cpu_base = gic_data_cpu_base(gic); in gic_cpu_if_up() local
529 void __iomem *cpu_base; in gic_cpu_if_down() local
640 void __iomem *cpu_base; in gic_cpu_save() local
670 void __iomem *cpu_base; in gic_cpu_restore() local
H A Dirq-hip04.c54 void __iomem *cpu_base; member
202 void __iomem *cpu_base = hip04_data.cpu_base; in hip04_handle_irq() local
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v2.c405 static bool vgic_v2_check_base(gpa_t dist_base, gpa_t cpu_base) in vgic_v2_check_base()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c3582 static int tg3_pause_cpu(struct tg3 *tp, u32 cpu_base) in tg3_pause_cpu()
3618 static void tg3_resume_cpu(struct tg3 *tp, u32 cpu_base) in tg3_resume_cpu()
3631 static int tg3_halt_cpu(struct tg3 *tp, u32 cpu_base) in tg3_halt_cpu()
3696 static int tg3_load_firmware_cpu(struct tg3 *tp, u32 cpu_base, in tg3_load_firmware_cpu()
3762 static int tg3_pause_cpu_and_set_pc(struct tg3 *tp, u32 cpu_base, u32 pc) in tg3_pause_cpu_and_set_pc()
3900 unsigned long cpu_base, cpu_scratch_base, cpu_scratch_size; in tg3_load_tso_firmware() local
H A Dbgmac.h424 struct bgmac_dma_desc *cpu_base; member