Searched refs:VM_MEM_F_WIRED (Results 1 – 5 of 5) sorted by relevance
65 #define VM_MEM_F_WIRED 0x02 /* guest memory is wired */ macro
297 if (ctx->memflags & VM_MEM_F_WIRED) in vm_mmap_memseg()
718 memflags |= VM_MEM_F_WIRED; in main()
910 if (!(memflags & VM_MEM_F_WIRED)) { in passthru_init()
846 memflags |= VM_MEM_F_WIRED; in main()