Svatopluk Kraus e4a93d1bb7 Add four functions which check a virtual address for stage 1 privileged
(PL1) and unprivileged (PL0) read/write access. As cp15 virtual to
physical address translation operations are used, interrupts must be
disabled to get consistent result when they are called.

These functions should be used only in very specific occasions like
during abort handling or kernel debugging. One of them is going to be
used in pmap_fault(). However, complete function set is added. It cost
nothing, as they are inlined.

While here, fix comment of #endif.

Reviewed by:	kib
2016-04-22 06:26:45 +00:00
..
2016-04-20 22:41:19 +00:00
2016-04-20 16:19:44 +00:00
2016-04-20 14:29:03 +00:00
2016-04-20 16:19:44 +00:00
2015-11-12 10:31:14 +00:00