search for: iomem_permit_access

Displaying 4 results from an estimated 4 matches for "iomem_permit_access".

2006 Dec 01
1
[PATCH 2/10] Add support for netfront/netback acceleration drivers
...return num_mds; } diff -r b58bcd6551e2 xen/arch/ia64/xen/domain.c --- a/xen/arch/ia64/xen/domain.c Fri Dec 01 16:21:46 2006 +0000 +++ b/xen/arch/ia64/xen/domain.c Fri Dec 01 16:22:41 2006 +0000 @@ -911,7 +911,7 @@ void alloc_dom0(void) */ static void physdev_init_dom0(struct domain *d) { - if (iomem_permit_access(d, 0UL, ~0UL)) + if (iomem_permit_access(d, 0UL, ~0UL, IOMEM_ACCESS_READWRITE)) BUG(); if (irqs_permit_access(d, 0, NR_IRQS-1)) BUG(); diff -r b58bcd6551e2 xen/arch/ia64/xen/mm.c --- a/xen/arch/ia64/xen/mm.c Fri Dec 01 16:21:46 2006 +0000 +++ b/xen/arch/ia64/xen/mm.c Fri Dec 01 16:22...
2007 Oct 03
0
[PATCH 3/3] TLB flushing and IO memory mapping
...t_page_type(mfn_to_page(frame)); - put_page(mfn_to_page(frame)); + if ( op->flags & GNTMAP_host_map ) + { + /* Could be an iomem page for setting up permission */ + if( iomem_page_test(frame, mfn_to_page(frame)) ) { + is_iomem = 1; + if ( iomem_permit_access(ld, frame, frame) ) { + gdprintk(XENLOG_WARNING, + "Could not permit access to grant frame %lx as iomem\n", + frame); + rc = GNTST_general_error; + goto undo_out; + } + } + }...
2012 Dec 12
2
[PATCH v7 1/2] xen: unify domain locking in domctl code
These two patches were originally part of the XSM series that I have posted, and remain prerequisites for that series. However, they are independent of the XSM changes and are a useful simplification regardless of the use of XSM. The Acked-bys on these patches were provided before rebasing them over the copyback changes in 26268:1b72138bddda, which had minor conflicts that I resolved. [PATCH
2013 Jun 26
24
Re: [XenARM] XEN tools for ARM with Virtualization Extensions
(moving to xen-devel, xen-arm is for the older PV ARM port) On Tue, 2013-06-25 at 23:59 +0000, Eric Trudeau wrote: > Hi, I am trying to build the XEN tools for our port of XEN to our > Cortex A15-based platform. > > I am using the repo at git://xenbits.xenproject.org/xen.git to > cross-compile the tools into our rootfs. Which branch/changeset are you using? I've heard that