Home
last modified time | relevance | path

Searched refs:SET_MEMORY_P (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dset_memory.h10 #define SET_MEMORY_P 5 /* Set memory present */ macro
41 return change_memory_attr(addr, numpages, SET_MEMORY_P); in set_memory_p()
/openbmc/linux/arch/powerpc/mm/
H A Dpageattr.c53 case SET_MEMORY_P: in change_page_attr()