Searched refs:SET_MEMORY_RO (Results 1 – 4 of 4) sorted by relevance
19 #define SET_MEMORY_RO BIT(_SET_MEMORY_RO_BIT) macro55 __SET_MEMORY_FUNC(set_memory_ro, SET_MEMORY_RO)59 __SET_MEMORY_FUNC(set_memory_rox, SET_MEMORY_RO | SET_MEMORY_X)
5 #define SET_MEMORY_RO 0 macro17 return change_memory_attr(addr, numpages, SET_MEMORY_RO); in set_memory_ro()
100 if (flags & SET_MEMORY_RO) in walk_pte_level()156 if (flags & SET_MEMORY_RO) in modify_pmd_page()243 if (flags & SET_MEMORY_RO) in modify_pud_page()349 flags &= SET_MEMORY_RO | SET_MEMORY_RW; in change_page_attr_alias()
38 case SET_MEMORY_RO: in change_page_attr()
Completed in 7 milliseconds