SET_MEMORY_RO
return change_memory_attr(addr, numpages, SET_MEMORY_RO);
case SET_MEMORY_RO:
__SET_MEMORY_FUNC(set_memory_ro, SET_MEMORY_RO)
__SET_MEMORY_FUNC(set_memory_rox, SET_MEMORY_RO | SET_MEMORY_X)
if (flags & SET_MEMORY_RO)
if (flags & SET_MEMORY_RO)
flags &= SET_MEMORY_RO | SET_MEMORY_RW;
if (flags & SET_MEMORY_RO)