Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/linux/arch/powerpc/include/asm/
H A Dset_memory.h5 #define SET_MEMORY_RO 0 macro
16 return change_memory_attr(addr, numpages, SET_MEMORY_RO); in set_memory_ro()
/openbmc/linux/arch/s390/mm/
H A Dpageattr.c98 if (flags & SET_MEMORY_RO) in walk_pte_level()
156 if (flags & SET_MEMORY_RO) in modify_pmd_page()
245 if (flags & SET_MEMORY_RO) in modify_pud_page()
353 flags &= SET_MEMORY_RO | SET_MEMORY_RW; in change_page_attr_alias()
/openbmc/linux/arch/powerpc/mm/
H A Dpageattr.c37 case SET_MEMORY_RO: in change_page_attr()