Home
last modified time | relevance | path

Searched refs:tcpu (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/b2c2/
Dflexcop-dma.c12 u8 *tcpu; in flexcop_dma_allocate() local
20 tcpu = pci_alloc_consistent(pdev, size, &tdma); 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()
/drivers/xen/events/
Devents_base.c1297 static int xen_rebind_evtchn_to_cpu(int evtchn, unsigned int tcpu) in xen_rebind_evtchn_to_cpu() argument
1310 bind_vcpu.vcpu = xen_vcpu_nr(tcpu); in xen_rebind_evtchn_to_cpu()
1324 bind_evtchn_to_cpu(evtchn, tcpu); in xen_rebind_evtchn_to_cpu()
1335 unsigned tcpu = cpumask_first_and(dest, cpu_online_mask); in set_affinity_irq() local
1336 int ret = xen_rebind_evtchn_to_cpu(evtchn_from_irq(data->irq), tcpu); in set_affinity_irq()
1339 irq_data_update_effective_affinity(data, cpumask_of(tcpu)); in set_affinity_irq()
1345 int xen_set_affinity_evtchn(struct irq_desc *desc, unsigned int tcpu) in xen_set_affinity_evtchn() argument
1349 return set_affinity_irq(d, cpumask_of(tcpu), false); in xen_set_affinity_evtchn()