Home
last modified time | relevance | path

Searched refs:secretmem_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsecretmem.h32 bool secretmem_active(void);
46 static inline bool secretmem_active(void) in secretmem_active() function
/openbmc/linux/mm/
H A Dsecretmem.c45 bool secretmem_active(void) in secretmem_active() function
/openbmc/linux/kernel/power/
H A Dhibernate.c87 !secretmem_active() && !cxl_mem_active(); in hibernation_available()