Home
last modified time | relevance | path

Searched refs:VM_MEM_F_INCORE (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libvmmapi/
H A Dvmmapi.h64 #define VM_MEM_F_INCORE 0x01 /* include guest memory in core file */ macro
H A Dvmmapi.c456 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()
/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c720 memflags |= VM_MEM_F_INCORE; in main()
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c843 memflags |= VM_MEM_F_INCORE; in main()