Searched refs:hwt_vm_alloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hwt/ |
H A D | hwt_vm.h | 44 int hwt_vm_alloc(size_t bufsize, int kva_req, char *path, struct hwt_vm **vm0);
|
H A D | hwt_thread.c | 120 error = hwt_vm_alloc(bufsize, kva_req, path, &vm); in hwt_thread_alloc()
|
H A D | hwt_ioctl.c | 345 error = hwt_vm_alloc(ctx->bufsize, ctx->hwt_backend->kva_req, in hwt_ioctl_alloc_mode_cpu()
|
H A D | hwt_vm.c | 480 hwt_vm_alloc(size_t bufsize, int kva_req, char *path, struct hwt_vm **vm0) in hwt_vm_alloc() function
|