Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.h77 #define VM_MEM_F_WIRED 0x02 /* guest memory is wired */ macro
H A Dvmmapi.c348 if (ctx->memflags & VM_MEM_F_WIRED) in vm_mmap_memseg()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c788 if (!(memflags & VM_MEM_F_WIRED)) { in passthru_init()
H A Dbhyverun.c1582 memflags |= VM_MEM_F_WIRED; in main()