Searched refs:tcpu (Results 1 – 2 of 2) sorted by relevance
12 u8 *tcpu; in flexcop_dma_allocate() local20 tcpu = dma_alloc_coherent(&pdev->dev, size, &tdma, GFP_KERNEL); in flexcop_dma_allocate()21 if (tcpu != NULL) { in flexcop_dma_allocate()23 dma->cpu_addr0 = tcpu; in flexcop_dma_allocate()25 dma->cpu_addr1 = tcpu + size/2; in flexcop_dma_allocate()
1784 static int xen_rebind_evtchn_to_cpu(struct irq_info *info, unsigned int tcpu) in xen_rebind_evtchn_to_cpu() argument1797 bind_vcpu.vcpu = xen_vcpu_nr(tcpu); in xen_rebind_evtchn_to_cpu()1811 bind_evtchn_to_cpu(evtchn, tcpu, false); in xen_rebind_evtchn_to_cpu()1849 unsigned int tcpu = select_target_cpu(dest); in set_affinity_irq() local1852 ret = xen_rebind_evtchn_to_cpu(info_for_irq(data->irq), tcpu); in set_affinity_irq()1854 irq_data_update_effective_affinity(data, cpumask_of(tcpu)); in set_affinity_irq()