SET_MEMORY_RW
return change_memory_attr(addr, numpages, SET_MEMORY_RW);
case SET_MEMORY_RW:
__SET_MEMORY_FUNC(set_memory_rw, SET_MEMORY_RW)
__SET_MEMORY_FUNC(set_memory_rwnx, SET_MEMORY_RW | SET_MEMORY_NX)
else if (flags & SET_MEMORY_RW)
else if (flags & SET_MEMORY_RW)
flags &= SET_MEMORY_RO | SET_MEMORY_RW;
else if (flags & SET_MEMORY_RW)