Searched refs:vm_reinit (Results 1 – 10 of 10) sorted by relevance
81 if (vm_reinit(ctx, 0) != 0) { in main()
103 vm_reinit;
204 int vm_reinit(struct vmctx *ctx);206 int vm_reinit(struct vmctx *ctx, uint64_t);
961 vm_reinit(struct vmctx *ctx) in vm_reinit() function968 vm_reinit(struct vmctx *ctx, uint64_t flags) in vm_reinit() function970 struct vm_reinit reinit = { in vm_reinit()
591 error = vm_reinit(ctx, 0); in do_open()593 error = vm_reinit(ctx); in do_open()
225 struct vm_reinit { struct
441 if ((err = vm_reinit(ctx, flags)) != 0) { in test_reinitialize()
141 int vm_reinit(struct vm *vm, uint64_t);
596 struct vm_reinit reinit; in vmmdev_do_ioctl()609 error = vm_reinit(sc->vmm_vm, reinit.flags); in vmmdev_do_ioctl()
738 vm_reinit(struct vm *vm, uint64_t flags) in vm_reinit() function