Searched refs:SET_MEMORY_RW (Results 1 – 4 of 4) sorted by relevance
20 #define SET_MEMORY_RW BIT(_SET_MEMORY_RW_BIT) macro56 __SET_MEMORY_FUNC(set_memory_rw, SET_MEMORY_RW)60 __SET_MEMORY_FUNC(set_memory_rwnx, SET_MEMORY_RW | SET_MEMORY_NX)
6 #define SET_MEMORY_RW 1 macro22 return change_memory_attr(addr, numpages, SET_MEMORY_RW); in set_memory_rw()
102 else if (flags & SET_MEMORY_RW) in walk_pte_level()158 else if (flags & SET_MEMORY_RW) in modify_pmd_page()245 else if (flags & SET_MEMORY_RW) in modify_pud_page()349 flags &= SET_MEMORY_RO | SET_MEMORY_RW; in change_page_attr_alias()
46 case SET_MEMORY_RW: in change_page_attr()
Completed in 14 milliseconds