Displaying 3 results from an estimated 3 matches for "set_reg".
Did you mean:
reset_reg
2008 Mar 31
1
[05/17][PATCH] kvm/ia64 : Add head files for kvm/ia64
...; \
> + asm volatile ("mov %0=ar.rsc;;" : "=r"(val) :: "memory");
> \
> + val;
> \
> +})
> +
> +#define ia64_set_rsc(val) \
> + asm volatile ("mov ar.rsc=%0;;" :: "r"(val) : "memory")
Please update the ia64_get/set_reg macros to handle the RSC register
and use those macros.
> +#define ia64_get_bspstore()
> \
> +({
> \
> + unsigned long val;
> \
> + asm volatile ("mov %0=ar.bspstore;;" : "=r"(val) :: "memory");
> \
> + val;
> \
> +})
Ditto for for AR...
2008 Mar 31
1
[05/17][PATCH] kvm/ia64 : Add head files for kvm/ia64
...; \
> + asm volatile ("mov %0=ar.rsc;;" : "=r"(val) :: "memory");
> \
> + val;
> \
> +})
> +
> +#define ia64_set_rsc(val) \
> + asm volatile ("mov ar.rsc=%0;;" :: "r"(val) : "memory")
Please update the ia64_get/set_reg macros to handle the RSC register
and use those macros.
> +#define ia64_get_bspstore()
> \
> +({
> \
> + unsigned long val;
> \
> + asm volatile ("mov %0=ar.bspstore;;" : "=r"(val) :: "memory");
> \
> + val;
> \
> +})
Ditto for for AR...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel