Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/os-Linux/
Dprocess.c179 int os_drop_memory(void *addr, int length) in os_drop_memory() function
/Linux-v5.10/arch/um/include/shared/
Dos.h212 extern int os_drop_memory(void *addr, int length);
/Linux-v5.10/arch/um/drivers/
Dmconsole_kern.c360 err = os_drop_memory(addr, PAGE_SIZE); in mem_config()