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:28:14
Manuel Bouyer <bouyer@antioche.eu.org> writes:

> Yes, that's probably the issue. And when I wrote it, I didn't find
> a way to extract this information from UVM.

uvm_map_checkprot(9) looks promising, but I haven't tried to use it
for that yet.

-- 
(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)))))