debug.c (84a73014d86fd660822a20c032625e3afe99ca58) debug.c (de60f5f10c58d4f34b68622442c0e04180367f3f)
1/*
2 * mm/debug.c
3 *
4 * mm/ specific debug routines.
5 *
6 */
7
8#include <linux/kernel.h>

--- 111 unchanged lines hidden (view full) ---

120 {VM_SHARED, "shared" },
121 {VM_MAYREAD, "mayread" },
122 {VM_MAYWRITE, "maywrite" },
123 {VM_MAYEXEC, "mayexec" },
124 {VM_MAYSHARE, "mayshare" },
125 {VM_GROWSDOWN, "growsdown" },
126 {VM_PFNMAP, "pfnmap" },
127 {VM_DENYWRITE, "denywrite" },
1/*
2 * mm/debug.c
3 *
4 * mm/ specific debug routines.
5 *
6 */
7
8#include <linux/kernel.h>

--- 111 unchanged lines hidden (view full) ---

120 {VM_SHARED, "shared" },
121 {VM_MAYREAD, "mayread" },
122 {VM_MAYWRITE, "maywrite" },
123 {VM_MAYEXEC, "mayexec" },
124 {VM_MAYSHARE, "mayshare" },
125 {VM_GROWSDOWN, "growsdown" },
126 {VM_PFNMAP, "pfnmap" },
127 {VM_DENYWRITE, "denywrite" },
128 {VM_LOCKONFAULT, "lockonfault" },
128 {VM_LOCKED, "locked" },
129 {VM_IO, "io" },
130 {VM_SEQ_READ, "seqread" },
131 {VM_RAND_READ, "randread" },
132 {VM_DONTCOPY, "dontcopy" },
133 {VM_DONTEXPAND, "dontexpand" },
134 {VM_ACCOUNT, "account" },
135 {VM_NORESERVE, "noreserve" },

--- 109 unchanged lines hidden ---
129 {VM_LOCKED, "locked" },
130 {VM_IO, "io" },
131 {VM_SEQ_READ, "seqread" },
132 {VM_RAND_READ, "randread" },
133 {VM_DONTCOPY, "dontcopy" },
134 {VM_DONTEXPAND, "dontexpand" },
135 {VM_ACCOUNT, "account" },
136 {VM_NORESERVE, "noreserve" },

--- 109 unchanged lines hidden ---