Symbol: hwt_vm
sys/amd64/pt/pt.c
303
pt_topa_prepare(struct pt_ctx *ctx, struct hwt_vm *vm)
sys/amd64/pt/pt.c
380
pt_init_ctx(struct pt_ctx *pt_ctx, struct hwt_vm *vm, int ctx_id)
sys/amd64/pt/pt.c
669
pt_backend_read(struct hwt_vm *vm, int *curpage, vm_offset_t *curpage_offset,
sys/arm64/spe/arm_spe_backend.c
423
struct hwt_vm *vm;
sys/arm64/spe/arm_spe_backend.c
701
spe_backend_read(struct hwt_vm *vm, int *ident, vm_offset_t *offset,
sys/dev/hwt/hwt_backend.c
145
hwt_backend_read(struct hwt_context *ctx, struct hwt_vm *vm, int *ident,
sys/dev/hwt/hwt_backend.h
41
int (*hwt_backend_read)(struct hwt_vm *, int *ident,
sys/dev/hwt/hwt_backend.h
69
int hwt_backend_read(struct hwt_context *ctx, struct hwt_vm *vm, int *ident,
sys/dev/hwt/hwt_cpu.h
34
struct hwt_vm *vm;
sys/dev/hwt/hwt_ioctl.c
292
struct hwt_vm *vm;
sys/dev/hwt/hwt_thread.c
117
struct hwt_vm *vm;
sys/dev/hwt/hwt_thread.h
35
struct hwt_vm *vm;
sys/dev/hwt/hwt_vm.c
108
hwt_vm_alloc_pages(struct hwt_vm *vm, int kva_req)
sys/dev/hwt/hwt_vm.c
190
struct hwt_vm *vm;
sys/dev/hwt/hwt_vm.c
236
struct hwt_vm *vm;
sys/dev/hwt/hwt_vm.c
389
hwt_vm_create_cdev(struct hwt_vm *vm, char *path)
sys/dev/hwt/hwt_vm.c
412
hwt_vm_alloc_buffers(struct hwt_vm *vm, int kva_req)
sys/dev/hwt/hwt_vm.c
429
hwt_vm_destroy_buffers(struct hwt_vm *vm)
sys/dev/hwt/hwt_vm.c
458
hwt_vm_free(struct hwt_vm *vm)
sys/dev/hwt/hwt_vm.c
470
hwt_vm_alloc(size_t bufsize, int kva_req, char *path, struct hwt_vm **vm0)
sys/dev/hwt/hwt_vm.c
472
struct hwt_vm *vm;
sys/dev/hwt/hwt_vm.c
475
vm = malloc(sizeof(struct hwt_vm), M_HWT_VM, M_WAITOK | M_ZERO);
sys/dev/hwt/hwt_vm.h
44
int hwt_vm_alloc(size_t bufsize, int kva_req, char *path, struct hwt_vm **vm0);
sys/dev/hwt/hwt_vm.h
45
void hwt_vm_free(struct hwt_vm *vm);