Home
last modified time | relevance | path

Searched refs:hwt_backend_configure (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/hwt/
H A Dhwt_backend.h35 int (*hwt_backend_configure)(struct hwt_context *, int cpu_id, member
63 int hwt_backend_configure(struct hwt_context *ctx, int cpu_id, int thread_id);
H A Dhwt_backend.c87 hwt_backend_configure(struct hwt_context *ctx, int cpu_id, int thread_id) in hwt_backend_configure() function
93 error = ctx->hwt_backend->ops->hwt_backend_configure(ctx, cpu_id, in hwt_backend_configure()
H A Dhwt_hook.c89 hwt_backend_configure(ctx, cpu_id, thr->thread_id); in hwt_switch_in()
H A Dhwt_vm.c222 hwt_backend_configure(ctx, cpu_id, cpu_id); in hwt_vm_start_cpu_mode()
/freebsd/sys/amd64/pt/
H A Dpt.c736 .hwt_backend_configure = pt_backend_configure,