Searched refs:VM_MEM_F_WIRED (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libvmmapi/
H A Dvmmapi.h65 #define VM_MEM_F_WIRED 0x02 /* guest memory is wired */ macro
H A Dvmmapi.c221 if (ctx->memflags & VM_MEM_F_WIRED)
/freebsd-13-stable/usr.sbin/bhyveload/
H A Dbhyveload.c770 memflags |= VM_MEM_F_WIRED;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dbhyverun.c1170 memflags |= VM_MEM_F_WIRED;
H A Dpci_passthru.c637 if (!(memflags & VM_MEM_F_WIRED)) {

Completed in 90 milliseconds