mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
a15af1c9ea
Add pte_flags() to extract the flags from a pte. This is a special case of pte_val() which is only guaranteed to return the pte's flags correctly; the page number may be corrupted or missing. The intent is to allow paravirt implementations to return pte flags without having to do any translation of the page number (most notably, Xen). Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |
||
---|---|---|
.. | ||
enlighten.c | ||
grant-table.c | ||
Kconfig | ||
Makefile | ||
manage.c | ||
mmu.c | ||
mmu.h | ||
multicalls.c | ||
multicalls.h | ||
setup.c | ||
smp.c | ||
time.c | ||
vdso.h | ||
xen-asm.S | ||
xen-head.S | ||
xen-ops.h |