Searched refs:VM_MEM_F_INCORE (Results 1 – 4 of 4) sorted by relevance
64 #define VM_MEM_F_INCORE 0x01 /* include guest memory in core file */ macro
456 if ((ctx->memflags & VM_MEM_F_INCORE) == 0) in setup_memory_segment()643 if ((ctx->memflags & VM_MEM_F_INCORE) == 0) in vm_create_devmem()
720 memflags |= VM_MEM_F_INCORE; in main()
843 memflags |= VM_MEM_F_INCORE; in main()