Home
last modified time | relevance | path

Searched refs:SET_MEMORY_RW (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dset_memory.h20 #define SET_MEMORY_RW BIT(_SET_MEMORY_RW_BIT) macro
56 __SET_MEMORY_FUNC(set_memory_rw, SET_MEMORY_RW)
60 __SET_MEMORY_FUNC(set_memory_rwnx, SET_MEMORY_RW | SET_MEMORY_NX)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dset_memory.h10 #define SET_MEMORY_RW 2UL macro
23 return __set_memory(addr, numpages, SET_MEMORY_RW); in set_memory_rw()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dset_memory.h6 #define SET_MEMORY_RW 1 macro
21 return change_memory_attr(addr, numpages, SET_MEMORY_RW); in set_memory_rw()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpageattr.c95 else if (flags & SET_MEMORY_RW) in walk_pte_level()
145 else if (flags & SET_MEMORY_RW) in modify_pmd_page()
222 else if (flags & SET_MEMORY_RW) in modify_pud_page()
H A Dinit.c215 SET_MEMORY_RW | SET_MEMORY_NX); in free_initmem()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpageattr.c100 else if (flags & SET_MEMORY_RW) in walk_pte_level()
158 else if (flags & SET_MEMORY_RW) in modify_pmd_page()
247 else if (flags & SET_MEMORY_RW) in modify_pud_page()
353 flags &= SET_MEMORY_RO | SET_MEMORY_RW; in change_page_attr_alias()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dpageattr.c41 case SET_MEMORY_RW: in change_page_attr()

Completed in 4 milliseconds