VR_AP_USER: memory range flag to respect user mempolicy (e.g., in PF handler)

This commit is contained in:
Balazs Gerofi
2017-01-12 16:39:49 +09:00
parent a18fd1f45c
commit fdbdcbd0ee
3 changed files with 10 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
#define VR_NONE 0x0
#define VR_STACK 0x1
#define VR_RESERVED 0x2
#define VR_AP_USER 0x4
#define VR_IO_NOCACHE 0x100
#define VR_REMOTE 0x200
#define VR_WRITE_COMBINED 0x400