Subject: Re: pmap_remap_pages and protection (save/restore, part 1)
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 09/08/2005 23:26:42
Jed Davis <jdev@panix.com> writes:

> _The UVM Virtual Memory System_ (the overview paper, that is) mentions
> that a pager implementation can do its own page allocation, for
> e.g. mapping a ROM into a process's address space.

Except that vm_pages are supposed to have a "physical" address, and
foreign pages don't.  I suppose it's too much to hope that some other
port has a strange MD widget that can be mapped somehow but is outside
of the paddr_t space?  Or any kind of precedent at all?

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))