Searched refs:SET_MEMORY_RO (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dset_memory.h5 #define SET_MEMORY_RO 0 macro
17 return change_memory_attr(addr, numpages, SET_MEMORY_RO);
/linux-master/arch/s390/include/asm/
H A Dset_memory.h19 #define SET_MEMORY_RO BIT(_SET_MEMORY_RO_BIT) macro
55 __SET_MEMORY_FUNC(set_memory_ro, SET_MEMORY_RO)
59 __SET_MEMORY_FUNC(set_memory_rox, SET_MEMORY_RO | SET_MEMORY_X)
/linux-master/arch/powerpc/mm/
H A Dpageattr.c38 case SET_MEMORY_RO:
/linux-master/arch/s390/mm/
H A Dpageattr.c98 if (flags & SET_MEMORY_RO)
156 if (flags & SET_MEMORY_RO)
245 if (flags & SET_MEMORY_RO)
353 flags &= SET_MEMORY_RO | SET_MEMORY_RW;

Completed in 112 milliseconds