search for: xen_swiotlb_alloc_coherent

Displaying 9 results from an estimated 9 matches for "xen_swiotlb_alloc_coherent".

2016 Jun 02
0
[RFC v3 20/45] xen: dma-mapping: Use unsigned long for dma_attrs
...ude/xen/swiotlb-xen.h | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/xen/swiotlb-xen.c b/drivers/xen/swiotlb-xen.c index 7399782c0998..87e6035c9e81 100644 --- a/drivers/xen/swiotlb-xen.c +++ b/drivers/xen/swiotlb-xen.c @@ -294,7 +294,7 @@ error: void * xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t flags, - struct dma_attrs *attrs) + unsigned long attrs) { void *ret; int order = get_order(size); @@ -346,7 +346,7 @@ EXPORT_SYMBOL_GPL(xen_swiotlb_alloc_coherent); void xen_swiotlb_free_coherent(struct devi...
2011 Jul 01
1
[79030.229547] motion: page allocation failure: order:6, mode:0xd4
...;] ? xen_restore_fl_direct_reloc+0x4/0x4 [79030.229616] [<ffffffff810e22b3>] __alloc_pages_nodemask+0x533/0x700 [79030.229625] [<ffffffff810080f2>] ? check_events+0x12/0x20 [79030.229635] [<ffffffff810e2547>] __get_free_pages+0x17/0x80 [79030.229645] [<ffffffff813f0af6>] xen_swiotlb_alloc_coherent+0x56/0x140 [79030.229656] [<ffffffff814ea68e>] ? usb_alloc_urb+0x1e/0x50 [79030.229666] [<ffffffff814f00f5>] hcd_buffer_alloc+0x95/0x150 [79030.229676] [<ffffffff814e1806>] usb_alloc_coherent+0x26/0x30 [79030.229686] [<ffffffff8158d0a1>] em28xx_init_isoc+0x131/0x3a0 [790...
2015 Dec 07
6
[PATCH RFC 0/3] Xen on Virtio
Hi all, this patch series introduces support for running Linux on top of Xen inside a virtual machine with virtio devices (nested virt scenario). The problem is that Linux virtio drivers use virt_to_phys to get the guest pseudo-physical addresses to pass to the backend, which doesn't work as expected on Xen. Switching the virtio drivers to the dma APIs (dma_alloc_coherent,
2015 Dec 07
6
[PATCH RFC 0/3] Xen on Virtio
Hi all, this patch series introduces support for running Linux on top of Xen inside a virtual machine with virtio devices (nested virt scenario). The problem is that Linux virtio drivers use virt_to_phys to get the guest pseudo-physical addresses to pass to the backend, which doesn't work as expected on Xen. Switching the virtio drivers to the dma APIs (dma_alloc_coherent,
2015 Dec 07
0
[PATCH RFC 1/3] xen: export xen_phys_to_bus, xen_bus_to_phys and xen_virt_to_bus
...fn_to_pfn(PFN_DOWN(baddr)); + dma_addr_t dma = (dma_addr_t)pfn << PAGE_SHIFT; + phys_addr_t paddr = dma; + + paddr |= baddr & ~PAGE_MASK; + + return paddr; +} + +static inline dma_addr_t xen_virt_to_bus(void *address) +{ + return xen_phys_to_bus(virt_to_phys(address)); +} + extern void *xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t flags, -- 1.7.10.4
2013 Oct 17
42
[PATCH v8 0/19] enable swiotlb-xen on arm and arm64
...ine after unmapping grant refs in gnttab_unmap_refs; - allow __set_phys_to_machine to be called for autotranslate guests on x86. Changes in v6: - check for dev->dma_mask being NULL in dma_capable; - update the comments and the hypercalls structures; - add a xen_dma_info entry to the rbtree in xen_swiotlb_alloc_coherent to keep track of the new mapping. Free the entry in xen_swiotlb_free_coherent; - rename xen_dma_seg to dma_info in xen_swiotlb_alloc/free_coherent to avoid confusions; - introduce and export xen_dma_ops; - call xen_mm_init from as arch_initcall; - call __get_dma_ops to get the native dma_ops pointe...
2013 Feb 26
0
Dom0 OOM, page allocation failure
...rnel: [<ffffffff8111aa90>] __alloc_pages_slowpath+0x4b0/0x7b0 kernel: [<ffffffff8111afaa>] __alloc_pages_nodemask+0x21a/0x230 kernel: [<ffffffff811571b6>] alloc_pages_current+0xb6/0x120 kernel: [<ffffffff8111778e>] __get_free_pages+0xe/0x50 kernel: [<ffffffff8130c4e1>] xen_swiotlb_alloc_coherent+0x51/0x180 kernel: [<ffffffff8115dc53>] ? kmem_cache_alloc_trace+0xb3/0x230 kernel: [<ffffffff81150735>] pool_alloc_page+0xc5/0x1d0 kernel: [<ffffffff811508ba>] dma_pool_alloc+0x7a/0xf0 kernel: [<ffffffffa018be7a>] ioat2_alloc_ring_ent+0x3a/0xc0 [ioatdma] kernel: [<ffffff...
2012 Jan 16
6
Sound not working properly on Xen Dom0, but works on native
Hi, I''m doing some testing on Ubuntu 12.04 Alpha. All sounds comes out as static on the Dom0 system. (I can PCI passthrough the audio card to a DomU and that works). Native sound works fine. Linux kronos 3.2.0-8-generic-pae #15-Ubuntu SMP Wed Jan 11 15:34:57 UTC 2012 i686 i686 i386 GNU/Linux Here is the "ubuntu-bug audio" generated report:
2016 Jun 02
52
[RFC v3 00/45] dma-mapping: Use unsigned long for dma_attrs
Hi, This is third approach (complete this time) for replacing struct dma_attrs with unsigned long. The main patch (2/45) doing the change is split into many subpatches for easier review (3-43). They should be squashed together when applying. *Important:* Patchset is *only* build tested on allyesconfigs: ARM, ARM64, i386, x86_64 and powerpc. Please provide reviewes and tests for other