Displaying 3 results from an estimated 3 matches for "arch_mm".
Did you mean:
arch_
2008 Jan 18
0
[PATCH] minios: support COW for a zero page
...r_code & TRAP_PF_WRITE) && handle_cow(addr))
+ return;
+
/* If we are already handling a page fault, and got another one
that means we faulted in pagetable walk. Continuing here would cause
a recursive fault */
diff -r 27ad7ed41be2 extras/mini-os/include/ia64/arch_mm.h
--- a/extras/mini-os/include/ia64/arch_mm.h Fri Jan 18 15:55:13 2008 +0000
+++ b/extras/mini-os/include/ia64/arch_mm.h Fri Jan 18 16:02:32 2008 +0000
@@ -37,5 +37,7 @@
#define STACK_SIZE (PAGE_SIZE * (1 << STACK_SIZE_PAGE_ORDER))
#define map_frames(f, n) map_frames_ex(f, n,...
2012 Jun 26
3
Virtual address to physical mapping in Stubdomain
Dear all,
Firstly I apologise for what may be a fairly simple question, but after
spending a few days on this I really need the help of an expert.
I''m developing a stubdomain based on Mini-OS and I''m trying to convert the
virtual address of a shared memory page to a machine frame number.
I would have thought this requires an #include <xen/page.h> library, but it
is not
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than