Date: Wed, 29 Aug 2001 21:35:46 -0400 (EDT) From: Murali Rangarajan <muralir@cs.rutgers.edu> To: freebsd-hackers@FreeBSD.org Subject: Fault type in the page fault handler Message-ID: <Pine.GSO.4.02A.10108292127550.4581-100000@aramis.rutgers.edu>
next in thread | raw e-mail | index | archive | help
Hi, Is it possible to figure out the fault type(READ or WRITE fault) from inside the page fault handler in user space? I can get the faulting address fine but I have trouble figuring out the fault type. I looked at the i386/i386/machdep.c but couldn't find anything about the access/fault type. Any help would be appreciated. Thanks, Murali To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.02A.10108292127550.4581-100000>